summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-03-20 13:56:21 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-03-20 17:47:04 +0000
commit4267ccb25cbd4e67b8318f63e02460cd52fa55fa (patch)
treea1e0c8799ca2e5721917f728c5f8a2eb2967a1fc
parent63fe7f3159e2e752db8ec403c23ad574702732e9 (diff)
downloaddefinitions-4267ccb25cbd4e67b8318f63e02460cd52fa55fa.tar.gz
Configure cinder.conf following juno install guide
-rw-r--r--openstack/etc/cinder/cinder.conf18
1 files changed, 9 insertions, 9 deletions
diff --git a/openstack/etc/cinder/cinder.conf b/openstack/etc/cinder/cinder.conf
index 1d54ff49..9da21c07 100644
--- a/openstack/etc/cinder/cinder.conf
+++ b/openstack/etc/cinder/cinder.conf
@@ -498,7 +498,7 @@ api_paste_config=api-paste.ini
my_ip=##GLANCE_HOST##
# Default glance host name or IP (string value)
-glance_host=$my_ip
+glance_host=##GLANCE_HOST##
# Default glance port (integer value)
#glance_port=9292
@@ -768,11 +768,11 @@ lock_path=/var/lock/cinder
# Print debugging output (set logging level to DEBUG instead
# of default WARNING level). (boolean value)
-#debug=false
+debug=true
# Print more verbose output (set logging level to INFO instead
# of default WARNING level). (boolean value)
-verbose=True
+verbose=true
# Log output to standard error. (boolean value)
#use_stderr=true
@@ -2541,27 +2541,27 @@ connection=postgresql://##CINDER_DB_USER##:##CINDER_DB_PASSWORD##@onenode/cinder
# Host providing the admin Identity API endpoint. Deprecated,
# use identity_uri. (string value)
-auth_host=##OPENSTACK_AUTH_HOST##
+#auth_host=##OPENSTACK_AUTH_HOST##
# Port of the admin Identity API endpoint. Deprecated, use
# identity_uri. (integer value)
-auth_port=##OPENSTACK_AUTH_PORT##
+#auth_port=##OPENSTACK_AUTH_PORT##
# Protocol of the admin Identity API endpoint (http or https).
# Deprecated, use identity_uri. (string value)
-auth_protocol=http
+#auth_protocol=http
# Complete public Identity API endpoint (string value)
-auth_uri=$auth_protocol://$auth_host:$auth_port
+auth_uri=##KEYSTONE_PUBLIC_URL##
# Complete admin Identity API endpoint. This should specify
# the unversioned root endpoint e.g. https://localhost:35357/
# (string value)
-#identity_uri=<None>
+identity_uri=##IDENTITY_URI##
# API version of the admin Identity API endpoint (string
# value)
-auth_version=v2.0
+#auth_version=v2.0
# Do not handle authorization requests within the middleware,
# but delegate the authorization decision to downstream WSGI