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.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/openstack/etc/glance/glance-api.conf b/openstack/etc/glance/glance-api.conf
index 709c9280..f53b1bb8 100644
--- a/openstack/etc/glance/glance-api.conf
+++ b/openstack/etc/glance/glance-api.conf
@@ -231,14 +231,14 @@ registry_client_protocol = http
# notification_driver = noop
# Default publisher_id for outgoing notifications.
-# default_publisher_id = image.localhost
+# default_publisher_id = image.127.0.0.1
# Messaging driver used for 'messaging' notifications driver
# rpc_backend = 'rabbit'
# Configuration options if sending notifications via rabbitmq (these are
# the defaults)
-rabbit_host = localhost
+rabbit_host = 127.0.0.1
rabbit_port = 5672
rabbit_use_ssl = false
rabbit_userid = guest
@@ -252,7 +252,7 @@ rabbit_durable_queues = False
# the defaults)
qpid_notification_exchange = glance
qpid_notification_topic = notifications
-qpid_hostname = localhost
+qpid_hostname = 127.0.0.1
qpid_port = 5672
qpid_username =
qpid_password =
@@ -454,7 +454,7 @@ s3_store_create_bucket_on_put = False
# ============ Sheepdog Store Options =============================
-sheepdog_store_address = localhost
+sheepdog_store_address = 127.0.0.1
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://localhost:8776/v1/%(project_id)s (string value)
+# e.g. http://127.0.0.1:8776/v1/%(project_id)s (string value)
#cinder_endpoint_template = <None>
# Region name of this node (string value)