summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-05-07 14:34:19 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-07 14:34:19 -0400
commit59a83fa1d29006720d871285c857920fe4f9e68b (patch)
tree96b0593902f68d15efc886e0d1bfb0812077ae31 /meta-openstack/recipes-devtools/python/python-cinder/cinder.conf
parent65c5c2fdcdfd6810247c35e33342a40e3b2c4d0d (diff)
downloadmeta-cloud-services-59a83fa1d29006720d871285c857920fe4f9e68b.tar.gz
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinder/cinder.conf')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinder/cinder.conf8
1 files changed, 8 insertions, 0 deletions
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
1240 1240
1241# [nova_client] 1241# [nova_client]
1242# max_timing_buffer=100 1242# max_timing_buffer=100
1243
1244[keystone_authtoken]
1245auth_host = 127.0.0.1
1246auth_port = 35357
1247auth_protocol = http
1248admin_tenant_name = %SERVICE_TENANT_NAME%
1249admin_user = %SERVICE_USER%
1250admin_password = %SERVICE_PASSWORD%