From 59a83fa1d29006720d871285c857920fe4f9e68b Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 7 May 2014 14:34:19 -0400 Subject: cinder: add keyston auth section To avoid SSL default communications, and quota/volume errors, we expicitly add a keystone configuration section to the cinder configuration. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-cinder/cinder.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'meta-openstack/recipes-devtools/python/python-cinder') diff --git a/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf b/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf index 24bbc23..80adfe4 100644 --- a/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf +++ b/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf @@ -1240,3 +1240,11 @@ volume_backend_name=RBD_CEPH # [nova_client] # max_timing_buffer=100 + +[keystone_authtoken] +auth_host = 127.0.0.1 +auth_port = 35357 +auth_protocol = http +admin_tenant_name = %SERVICE_TENANT_NAME% +admin_user = %SERVICE_USER% +admin_password = %SERVICE_PASSWORD% -- cgit v1.2.3-54-g00ecf