This repo is not properly retired. Retired repos can only have two files:
- README.rst
- gitreview
To cleanup the retirement, keeping these two files only in right
format and removing the other remaining files if there is any.
Detail: https://etherpad.opendev.org/p/tc-retirement-cleanup
Change-Id: I0cf6813447df359e17526e8b962e5933b9ce5b74
This role has been retired. The transformation squad is pivoting away from
independent roles at this time and will be focusing on the tripleo-ansible
repository. For more information on the tripleo-ansible efforts and the
direction of the transformation squad please review the following mailing
list thread [0].
[0] - http://lists.openstack.org/pipermail/openstack-discuss/2019-June/006836.html
Change-Id: Ibd8a0f9582badaaf6f90162e3366f33285ba389a
Signed-off-by: Kevin Carter <kecarter@redhat.com>
The commands used by constraints need at least tox 2.0. Update to
reflect reality, which should help with local running of constraints
targets.
Change-Id: Ib96cb977d30080d271da024110a62b6553150d72
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.
We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.
We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.
Change-Id: Icb71aa79444fc83c3e9a6f250304980bfda04f1c
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.
We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.
We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.
Change-Id: Ie7da78c0be12708510b9e12a4844b58c7e1ddc2a
Signed-off-by: Doug Hellmann <doug@doughellmann.com>