diff options
author | carey.xu <carey.xuhan@huawei.com> | 2015-12-25 17:06:02 +0800 |
---|---|---|
committer | carey.xu <carey.xuhan@huawei.com> | 2015-12-25 17:06:02 +0800 |
commit | 60f460b7ed00bceb25c0f933c4e86205032d131e (patch) | |
tree | 8096f8c4fccdfbbc8d96566fc43c7bd7babb6e20 /deploy/adapters/ansible/roles/cinder-controller | |
parent | bb31ed2d10f1876a50353abb258c2a5be13e2da2 (diff) |
bugfix: cinder keymgr should use v3 auth interface
JIRA: COMPASS-217
Change-Id: I2e25520b2de1e3eae24ee4d0332dc68aea552c81
Signed-off-by: carey.xu <carey.xuhan@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/roles/cinder-controller')
-rw-r--r-- | deploy/adapters/ansible/roles/cinder-controller/templates/cinder.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deploy/adapters/ansible/roles/cinder-controller/templates/cinder.conf b/deploy/adapters/ansible/roles/cinder-controller/templates/cinder.conf index b61e6562..3714aa50 100644 --- a/deploy/adapters/ansible/roles/cinder-controller/templates/cinder.conf +++ b/deploy/adapters/ansible/roles/cinder-controller/templates/cinder.conf @@ -62,3 +62,6 @@ admin_password = {{ CINDER_PASS }} [database] connection = mysql://cinder:{{ CINDER_DBPASS }}@{{ db_host }}/cinder idle_timeout = 30 + +[keymgr] +encryption_auth_url=http://{{ internal_vip.ip }}:5000/v3 |