Commit Graph

6 Commits

Author SHA1 Message Date
Ghanshyam Mann 0fc663f575 [ussuri][goal] Updates for python 2.7 drop
OpenStack is dropping the py2.7 support in ussuri cycle.

charm repos need few updates on either py2 drop or updating
ussuri python template, tox.ini etc.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: Ic70ddd43786d056c35917caad6518a193d3586dd
2020-03-24 17:30:11 +00:00
Camille Rodriguez c8716eb97a Avoid pollution and false positives with tox.ini
- removing sitepackages in tox.ini to avoid test env pollution
- skip_missing_interpreters in tox.ini set to False to avoid false
positives by skipping missing interpreters.

Change-Id: I87a6cfca3ef313c01c476e64476c761143441423
2019-08-27 08:57:02 -04:00
Doug Hellmann 8551467d3e fix tox python3 overrides
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: Ib69685e5b0c503603d7c6dedb5a5f4e6441ac901
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-10-04 12:42:06 +00:00
Andreas Jaeger a576bfae59 Update tox to remove deprecated pip option
The job --allow-unverified is obsolete, also python-apt cannot be
installed and is unneeded for current jobs.

Remove so that python installation works.

Change-Id: I3a363f0513cb726dcd9c546099fc50f9f0c7c0f7
2018-10-04 12:20:25 +02:00
David Ames 23b7635be7 Enable Keystone v3
The interface was not collecting all keystone v3 information passed
along the relation. This change adds the keystone v3 authentication
settings.

Avoid stestr failures due to lack of unit tests.

Change-Id: If7dfd6ec0c6b4e88497c372a37c9be9844845e70
2017-10-13 13:19:27 -07:00
Alvaro Uría 7910b9d772 requires keystone-admin:identity-admin 2016-03-08 13:58:25 +01:00