Commit Graph

17 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
OpenDev Sysadmins 70fb158be2 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:40:12 +00:00
Zuul eac2145e5e Merge "fix tox python3 overrides" 2018-10-12 10:45:01 +00:00
Doug Hellmann f17118ef4f import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I73a3606600556175febdd5e281456c922ce22f13
Story: #2002586
Task: #24317
2018-10-04 12:42:12 +00: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 b07920df4a README included 2016-03-16 11:19:20 +01:00
Alvaro Uría 89a95ef70b removed auto_accessors 2016-03-09 15:37:31 +01:00
Alvaro Uría 19f108508b credentials() also returns "region" parameter 2016-03-09 15:31:39 +01:00
Alvaro Uría 557b0e5cd2 [fix] credentials() handles all conversations 2016-03-09 11:25:34 +01:00
Alvaro Uría c37a179369 [fix] interface name 2016-03-09 10:54:18 +01:00
Alvaro Uría f7a29dadb8 scope from GLOBAL to UNIT and use data from 1 unit (rest is the same) 2016-03-09 10:50:57 +01:00
Alvaro Uría 11069e8eb9 decoupling check all data available and access to some values 2016-03-08 14:44:22 +01:00
Alvaro Uría c6011cbc4e using auto_accessors; added .connected state 2016-03-08 14:34:43 +01:00
Alvaro Uría 7910b9d772 requires keystone-admin:identity-admin 2016-03-08 13:58:25 +01:00