python-tempestconf/config_tempest
Martin Kopec a935d258d5 Fix placement endpoint discovery
Placement's endpoints are not versioned (don't contain /<version>
in the URLs opposite to services such as compute or volume)
and therefore we don't have to call no_port_cut_url or do_get
method *with* top_level set to True whose take care of cutting
the URls after the version (including the version).
python-tempestconf is able to discover the endpoint and as it's
not versioned, we don't need to do any further processing.

Story: 2008679
Task: 41980
Change-Id: Id3c270fa4a0b09c19edf6c0c9dba48a2235d1907
2021-03-03 18:52:50 +00:00
..
services Fix placement endpoint discovery 2021-03-03 18:52:50 +00:00
tests Remove deprecated scenario image option 2021-01-25 10:01:15 +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 Fix and improve SSL configuration 2020-12-08 15:04:12 +00:00
constants.py Remove deprecated scenario image option 2021-01-25 10:01:15 +00:00
credentials.py Fix and improve SSL configuration 2020-12-08 15:04:12 +00:00
flavors.py Allow to specify min flavor memory and disk size 2019-03-29 10:14:05 +00:00
main.py Remove deprecated scenario image option 2021-01-25 10:01:15 +00:00
profile.py Replace yaml.load() with yaml.safe_load() 2020-03-09 10:24:11 +01:00
tempest_conf.py Remove six.PY3 conditions 2020-11-14 11:18:41 +00:00
users.py Fix heat plugin support 2020-06-02 08:36:00 +00:00
utils.py Create utils.py 2018-08-13 11:57:14 +02:00