Use Identity v3 API always for functional tests

Change-Id: I022bad4fee72f70d016ce294dc04603dee13376e
This commit is contained in:
Valeriy Ponomaryov 2017-04-20 15:14:47 +03:00
parent 01cd1558ca
commit b5c06574ee
1 changed files with 1 additions and 2 deletions

View File

@ -289,8 +289,7 @@ class ManilaCLIClient(base.CLIClient):
microversion=microversion)
def get_project_id(self, name_or_id):
identity_api_version = (
"3" if "/v3" in (CONF.admin_auth_url or CONF.auth_url) else "2.0")
identity_api_version = '3'
flags = (
"--os-username %(username)s "
"--os-project-name %(project_name)s "