python-tempestconf/config_tempest/tests
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 Fix identity url version detection 2018-08-09 14:35:24 +02:00
__init__.py Initial Cookiecutter Commit. 2016-08-24 17:21:57 +02:00
base.py Fix identity url version detection 2018-08-09 14:35:24 +02:00
test_accounts.py Replace tenant by project, part 2 2018-06-22 10:42:06 +00:00
test_clients.py Replace tenant by project, part 2 2018-06-22 10:42:06 +00:00
test_config_tempest.py Replace tenant by project, part 2 2018-06-22 10:42:06 +00:00
test_credentials.py Fix identity url version detection 2018-08-09 14:35:24 +02:00
test_flavors.py Improve flavor detection 2018-07-13 13:01:36 +00:00
test_tempest_conf.py Replace tenant by project, part 2 2018-06-22 10:42:06 +00:00
test_users.py Fix identity url version detection 2018-08-09 14:35:24 +02:00