FIX:use v3 of auth_uri for cinder quota 19/9119/1
authorgrakiss <grakiss.wanglei@huawei.com>
Wed, 3 Feb 2016 07:01:04 +0000 (02:01 -0500)
committerLeo wang <grakiss.wanglei@huawei.com>
Wed, 3 Feb 2016 07:04:08 +0000 (07:04 +0000)
JIRA:COMPASS-303
  - failed to update cinder quota using v2.0 api

Change-Id: I30ece4823ddc256bb2491cb6993f29ef4cc025c5
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
deploy/adapters/ansible/roles/cinder-controller/templates/cinder.conf
deploy/adapters/ansible/roles/cinder-volume/templates/cinder.conf

index 8ecda64..66d9948 100644 (file)
@@ -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
index 4d8e49c..0660cba 100644 (file)
@@ -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