From 1ee42175c82e36ee0851399b0f5727871a17f0f0 Mon Sep 17 00:00:00 2001 From: grakiss Date: Wed, 3 Feb 2016 02:01:04 -0500 Subject: 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 --- deploy/adapters/ansible/roles/cinder-controller/templates/cinder.conf | 2 +- deploy/adapters/ansible/roles/cinder-volume/templates/cinder.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'deploy') 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 -- cgit 1.2.3-korg