python-tempestconf/config_tempest
Arx Cruz 4ea3580672 Fix identity url version detection
Before we could diferentiate the api version for identity because
the use of /v2 or /v3. Even though v2 is now deprecated, we need
to continue support previous versions of openstack. In this case
We cannot relay on the /v2 or /v3 in the url. The best user case
is to do a request in the base url (without any version) and
check if we have v3 version stable. If so, we assume identity
version is v3 otherwise, is v2.

Change-Id: Ia41d21ebad9329ae9fa506868957a72e6f9a5ca5
2018-08-09 14:35:24 +02:00
..
services Merge "Removing dependence from SERVICE_VERSIONS" 2018-08-07 23:51:43 +00:00
tests Fix identity url version detection 2018-08-09 14:35:24 +02:00
__init__.py Refactored python-tempestconf to work with devstack 2017-01-18 17:47:00 +05:30
accounts.py Generate accounts.yaml 2018-06-14 12:54:01 +00:00
clients.py Replace tenant by project, part 2 2018-06-22 10:42:06 +00:00
constants.py Removing dependence from SERVICE_VERSIONS 2018-08-07 17:04:28 +02:00
credentials.py Fix identity url version detection 2018-08-09 14:35:24 +02:00
flavors.py Fix: return the flavor ID on autodetection 2018-08-06 20:32:34 +02:00
main.py Document CLI options 2018-08-03 18:14:02 +05:30
tempest_conf.py More compatibility with Python 3 2018-06-26 23:20:52 +02:00
users.py Merge "Replace tenant by project, part 2" 2018-06-27 12:44:52 +00:00