diff options
author | grakiss <grakiss.wanglei@huawei.com> | 2016-02-03 02:01:04 -0500 |
---|---|---|
committer | Leo wang <grakiss.wanglei@huawei.com> | 2016-02-03 07:04:08 +0000 |
commit | 1ee42175c82e36ee0851399b0f5727871a17f0f0 (patch) | |
tree | bb8f7c4aa1e7f87a475142ef062a9b7562ea7032 /deploy/adapters/ansible | |
parent | 50b40c465ea2aa79d3afd43f9743ddd49b385171 (diff) |
FIX:use v3 of auth_uri for cinder quota
JIRA:COMPASS-303
- failed to update cinder quota using v2.0 api
Change-Id: I30ece4823ddc256bb2491cb6993f29ef4cc025c5
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible')
-rw-r--r-- | deploy/adapters/ansible/roles/cinder-controller/templates/cinder.conf | 2 | ||||
-rw-r--r-- | deploy/adapters/ansible/roles/cinder-volume/templates/cinder.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deploy/adapters/ansible/roles/cinder-controller/templates/cinder.conf b/deploy/adapters/ansible/roles/cinder-controller/templates/cinder.conf index 8ecda649..66d9948a 100644 --- a/deploy/adapters/ansible/roles/cinder-controller/templates/cinder.conf +++ b/deploy/adapters/ansible/roles/cinder-controller/templates/cinder.conf @@ -52,7 +52,7 @@ volumes_dir=/var/lib/cinder/volumes volume_driver=cinder.volume.drivers.lvm.LVMISCSIDriver [keystone_authtoken] -auth_uri = http://{{ internal_vip.ip }}:5000/v2.0 +auth_uri = http://{{ internal_vip.ip }}:5000/v3 identity_uri = http://{{ internal_vip.ip }}:35357 admin_tenant_name = service admin_user = cinder diff --git a/deploy/adapters/ansible/roles/cinder-volume/templates/cinder.conf b/deploy/adapters/ansible/roles/cinder-volume/templates/cinder.conf index 4d8e49ce..0660cba9 100644 --- a/deploy/adapters/ansible/roles/cinder-volume/templates/cinder.conf +++ b/deploy/adapters/ansible/roles/cinder-volume/templates/cinder.conf @@ -51,7 +51,7 @@ volumes_dir=/var/lib/cinder/volumes volume_driver=cinder.volume.drivers.lvm.LVMISCSIDriver [keystone_authtoken] -auth_uri = http://{{ internal_vip.ip }}:5000/v2.0 +auth_uri = http://{{ internal_vip.ip }}:5000/v3 identity_uri = http://{{ internal_vip.ip }}:35357 admin_tenant_name = service admin_user = cinder |