diff options
author | shuai chen <chenshuai@huawei.com> | 2016-02-03 09:22:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-02-03 09:22:38 +0000 |
commit | b8b15a435e82fde83b5fb7ce1e6433f1d7662518 (patch) | |
tree | fa5837a391f3bd71cb5dd8e84f3fb71db2efaae1 /deploy/adapters/ansible/roles/cinder-controller | |
parent | 277a170c7c7b73b599925f7b718a1a5fdd5f998e (diff) | |
parent | 1ee42175c82e36ee0851399b0f5727871a17f0f0 (diff) |
Merge "FIX:use v3 of auth_uri for cinder quota" into stable/brahmaputra
Diffstat (limited to 'deploy/adapters/ansible/roles/cinder-controller')
-rw-r--r-- | deploy/adapters/ansible/roles/cinder-controller/templates/cinder.conf | 2 |
1 files changed, 1 insertions, 1 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 |