summaryrefslogtreecommitdiff
path: root/openstack/etc/glance/glance-cache.conf
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/etc/glance/glance-cache.conf')
-rw-r--r--openstack/etc/glance/glance-cache.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/openstack/etc/glance/glance-cache.conf b/openstack/etc/glance/glance-cache.conf
index 0a57d96f..a4453353 100644
--- a/openstack/etc/glance/glance-cache.conf
+++ b/openstack/etc/glance/glance-cache.conf
@@ -32,7 +32,7 @@ registry_host = 0.0.0.0
registry_port = 9191
# Auth settings if using Keystone
-# auth_url = http://127.0.0.1:5000/v2.0/
+# auth_url = http://localhost:5000/v2.0/
# admin_tenant_name = %SERVICE_TENANT_NAME%
# admin_user = %SERVICE_USER%
# admin_password = %SERVICE_PASSWORD%
@@ -63,8 +63,8 @@ swift_store_auth_version = 2
# Address where the Swift authentication service lives
# Valid schemes are 'http://' and 'https://'
# If no scheme specified, default to 'https://'
-# For swauth, use something like '127.0.0.1:8080/v1.0/'
-swift_store_auth_address = 127.0.0.1:5000/v2.0/
+# For swauth, use something like 'localhost:8080/v1.0/'
+swift_store_auth_address = localhost:5000/v2.0/
# User to authenticate against the Swift authentication service
# If you use Swift authentication service, set it to 'account':'user'
@@ -107,7 +107,7 @@ swift_enable_snet = False
# Address where the S3 authentication service lives
# Valid schemes are 'http://' and 'https://'
# If no scheme specified, default to 'http://'
-s3_store_host = 127.0.0.1:8080/v1.0/
+s3_store_host = localhost:8080/v1.0/
# User to authenticate against the S3 authentication service
s3_store_access_key = <20-char AWS access key>
@@ -140,7 +140,7 @@ s3_store_create_bucket_on_put = False
#cinder_catalog_info = volume:cinder:publicURL
# Override service catalog lookup with template for cinder endpoint
-# e.g. http://127.0.0.1:8776/v1/%(project_id)s (string value)
+# e.g. http://localhost:8776/v1/%(project_id)s (string value)
#cinder_endpoint_template = <None>
# Region name of this node (string value)
@@ -160,7 +160,7 @@ s3_store_create_bucket_on_put = False
# ESX/ESXi or vCenter Server target system.
# The server value can be an IP address or a DNS name
-# e.g. 127.0.0.1, 127.0.0.1:443, www.vmware-infra.com
+# e.g. localhost, localhost:443, www.vmware-infra.com
#vmware_server_host = <None>
# Server username (string value)