summaryrefslogtreecommitdiff
path: root/openstack/etc/glance/glance-api.conf
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/etc/glance/glance-api.conf')
-rw-r--r--openstack/etc/glance/glance-api.conf16
1 files changed, 8 insertions, 8 deletions
diff --git a/openstack/etc/glance/glance-api.conf b/openstack/etc/glance/glance-api.conf
index c866f675..e074a735 100644
--- a/openstack/etc/glance/glance-api.conf
+++ b/openstack/etc/glance/glance-api.conf
@@ -231,7 +231,7 @@ registry_client_protocol = http
# notification_driver = noop
# Default publisher_id for outgoing notifications.
-# default_publisher_id = image.127.0.0.1
+# default_publisher_id = image.localhost
# Messaging driver used for 'messaging' notifications driver
rpc_backend=rabbit
@@ -252,7 +252,7 @@ rabbit_durable_queues = False
# the defaults)
#qpid_notification_exchange = glance
#qpid_notification_topic = notifications
-#qpid_hostname = 127.0.0.1
+#qpid_hostname = localhost
#qpid_port = 5672
#qpid_username =
#qpid_password =
@@ -302,8 +302,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'
@@ -388,7 +388,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>
@@ -454,7 +454,7 @@ s3_store_create_bucket_on_put = False
# ============ Sheepdog Store Options =============================
-sheepdog_store_address = 127.0.0.1
+sheepdog_store_address = localhost
sheepdog_store_port = 7000
@@ -470,7 +470,7 @@ sheepdog_store_chunk_size = 64
#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)
@@ -490,7 +490,7 @@ sheepdog_store_chunk_size = 64
# 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)