python-tempestconf/config_tempest
Martin Kopec 6a616e5db2 Don't use name of a service as a key
Name of a service shouldn't be used as a key in structures as the name is
a user-facing name and it's not intended to be machine-parseable:
https://docs.openstack.org/keystone/stein/contributor/service-catalog.html#services

Story: 2006892
Task: 37526

Change-Id: I9621aee957e8a043f6ac251b96abafd80ef167f1
2019-12-03 22:25:18 +00:00
..
services Don't use name of a service as a key 2019-12-03 22:25:18 +00:00
tests Don't use name of a service as a key 2019-12-03 22:25:18 +00:00
__init__.py Refactored python-tempestconf to work with devstack 2017-01-18 17:47:00 +05:30
accounts.py Replace git.openstack.org URLs with opendev.org URLs 2019-04-23 13:15:29 +02:00
clients.py Introduce post_configuration method 2019-04-15 09:35:13 +00:00
constants.py Use https for cirros image 2019-10-25 13:50:39 +00:00
credentials.py Create utils.py 2018-08-13 11:57:14 +02:00
flavors.py Allow to specify min flavor memory and disk size 2019-03-29 10:14:05 +00:00
main.py Allow discover-tempest-config to run with no nova or glance endpoint 2019-09-11 10:18:19 +12:00
profile.py Add unit test for profile feature 2018-12-21 15:58:41 +00:00
tempest_conf.py Fixed SafeConfigParser deprecation warning for py3 2019-01-03 17:04:02 +05:30
users.py Merge "Fix checking of roles" 2019-05-29 00:25:42 +00:00
utils.py Create utils.py 2018-08-13 11:57:14 +02:00