python-tempestconf/config_tempest/services
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
..
__init__.py Refactor to improve modularity, scalability, OOP 2018-04-16 14:48:14 +00:00
alarming.py Don't use name of a service as a key 2019-12-03 22:25:18 +00:00
aws.py Don't use name of a service as a key 2019-12-03 22:25:18 +00:00
baremetal.py Don't use name of a service as a key 2019-12-03 22:25:18 +00:00
base.py Merge "Get ssl opts to every service class" 2021-01-07 17:59:45 +00:00
ceilometer.py Don't use name of a service as a key 2019-12-03 22:25:18 +00:00
compute.py Don't use name of a service as a key 2019-12-03 22:25:18 +00:00
data-processing.py Don't use name of a service as a key 2019-12-03 22:25:18 +00:00
database.py Don't use name of a service as a key 2019-12-03 22:25:18 +00:00
dns.py Don't use name of a service as a key 2019-12-03 22:25:18 +00:00
event.py Don't use name of a service as a key 2019-12-03 22:25:18 +00:00
horizon.py horizon: don't error out for certificate issues 2018-08-03 17:11:14 +02:00
identity.py Get ssl opts to every service class 2020-12-22 16:01:09 +00:00
image.py Remove deprecated scenario image option 2021-01-25 10:01:15 +00:00
key_manager.py Discover Barbican service 2020-02-08 11:49:40 +09:00
messaging.py Don't use name of a service as a key 2019-12-03 22:25:18 +00:00
metric.py Don't use name of a service as a key 2019-12-03 22:25:18 +00:00
network.py Fix flake8 errors 2020-11-14 11:17:27 +00:00
object_storage.py Don't use name of a service as a key 2019-12-03 22:25:18 +00:00
octavia.py Enable neutron port security for Octavia tests 2021-01-13 12:38:05 -03:30
orchestration.py Get ssl opts to every service class 2020-12-22 16:01:09 +00:00
placement.py Fix placement endpoint discovery 2021-03-03 18:52:50 +00:00
services.py Get ssl opts to every service class 2020-12-22 16:01:09 +00:00
share.py [share] Specify supported protocols 2020-07-16 20:53:38 +03:00
telemetry.py Don't use name of a service as a key 2019-12-03 22:25:18 +00:00
volume.py Remove deprecated volume API config options 2021-01-04 10:32:46 +00:00
workflowv2.py Added Mistral service type workflowv2 2020-03-13 17:45:25 +05:30