From 60f460b7ed00bceb25c0f933c4e86205032d131e Mon Sep 17 00:00:00 2001 From: "carey.xu" Date: Fri, 25 Dec 2015 17:06:02 +0800 Subject: bugfix: cinder keymgr should use v3 auth interface JIRA: COMPASS-217 Change-Id: I2e25520b2de1e3eae24ee4d0332dc68aea552c81 Signed-off-by: carey.xu --- deploy/adapters/ansible/roles/cinder-controller/templates/cinder.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'deploy/adapters/ansible/roles/cinder-controller') 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 -- cgit 1.2.3-korg