summaryrefslogtreecommitdiff
path: root/openstack/etc/cinder/cinder.conf
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/etc/cinder/cinder.conf')
-rw-r--r--openstack/etc/cinder/cinder.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/openstack/etc/cinder/cinder.conf b/openstack/etc/cinder/cinder.conf
index 0d713d88..36fe762b 100644
--- a/openstack/etc/cinder/cinder.conf
+++ b/openstack/etc/cinder/cinder.conf
@@ -16,7 +16,7 @@ state_path = /var/lib/cinder
#rpc_conn_pool_size=30
# Qpid broker hostname. (string value)
-#qpid_hostname=127.0.0.1
+#qpid_hostname=localhost
# Qpid broker port. (integer value)
#qpid_port=5672
@@ -661,7 +661,7 @@ auth_strategy=keystone
#nova_catalog_admin_info=compute:nova:adminURL
# Override service catalog lookup with template for nova
-# endpoint e.g. http://127.0.0.1:8774/v2/%(project_id)s
+# endpoint e.g. http://localhost:8774/v2/%(project_id)s
# (string value)
#nova_endpoint_template=<None>
@@ -2523,10 +2523,10 @@ connection=postgresql://##CINDER_DB_USER##:##CINDER_DB_PASSWORD##@127.0.0.1/cind
#
# Authentication url for encryption service. (string value)
-#encryption_auth_url=http://127.0.0.1:5000/v2.0
+#encryption_auth_url=http://localhost:5000/v2.0
# Url for encryption service. (string value)
-#encryption_api_url=http://127.0.0.1:9311/v1
+#encryption_api_url=http://localhost:9311/v1
[keystone_authtoken]
@@ -2555,7 +2555,7 @@ auth_protocol=http
auth_uri=$auth_protocol://$auth_host:$auth_port
# Complete admin Identity API endpoint. This should specify
-# the unversioned root endpoint e.g. https://127.0.0.1:35357/
+# the unversioned root endpoint e.g. https://localhost:35357/
# (string value)
#identity_uri=<None>
@@ -2717,7 +2717,7 @@ admin_tenant_name=service
#
# Host to locate redis. (string value)
-#host=127.0.0.1
+#host=localhost
# Use this port to connect to redis host. (integer value)
#port=6379