diff options
author | Jeremy Liu <liujiong@gohighsec.com> | 2017-05-17 22:42:26 +0800 |
---|---|---|
committer | Jeremy Liu <liujiong@gohighsec.com> | 2017-05-18 10:32:07 +0800 |
commit | ac10cb7ff1c2807fc3729f7ed5815e105a02c7f4 (patch) | |
tree | 99dbe32d4fd00085aaea490551c71fade5b6573a /etc | |
parent | ab2684f5d07caec4c36c84f790ee28f8094a32ff (diff) | |
download | python-barbicanclient-ac10cb7ff1c2807fc3729f7ed5815e105a02c7f4.tar.gz |
Use generic auth plugin instead of specific version
Switch both client and functional test to use generic auth plugin.
Also keep keystone auth_uri as one option so we needn't add extra
version to the endpoint and let keystoneauth handle this.
Change-Id: I5535d4d459496eec9052131b43615e6056e249e8
Closes-bug: #1691480
Diffstat (limited to 'etc')
-rw-r--r-- | etc/functional_tests.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/functional_tests.conf b/etc/functional_tests.conf index a0612ac..9bff4ad 100644 --- a/etc/functional_tests.conf +++ b/etc/functional_tests.conf @@ -13,8 +13,7 @@ project_domain_name=Default [identity] # Replace these with values that represent your identity configuration -uri=http://localhost/identity/v2.0 -uri_v3=http://localhost/identity/v3 +uri=http://localhost/identity auth_version=v3 username=admin |