summaryrefslogtreecommitdiff
path: root/openstack/etc/glance
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/etc/glance')
-rw-r--r--openstack/etc/glance/glance-api.conf10
-rw-r--r--openstack/etc/glance/glance-cache.conf2
-rw-r--r--openstack/etc/glance/logging.conf2
3 files changed, 7 insertions, 7 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)
diff --git a/openstack/etc/glance/glance-cache.conf b/openstack/etc/glance/glance-cache.conf
index 0246b672..0a57d96f 100644
--- a/openstack/etc/glance/glance-cache.conf
+++ b/openstack/etc/glance/glance-cache.conf
@@ -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://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)
diff --git a/openstack/etc/glance/logging.conf b/openstack/etc/glance/logging.conf
index 7e7f31f0..8de2ffd1 100644
--- a/openstack/etc/glance/logging.conf
+++ b/openstack/etc/glance/logging.conf
@@ -30,7 +30,7 @@ qualname=glance-combined
class=handlers.SysLogHandler
level=ERROR
formatter=normal_with_name
-args=(('localhost', handlers.SYSLOG_UDP_PORT), handlers.SysLogHandler.LOG_USER)
+args=(('127.0.0.1', handlers.SYSLOG_UDP_PORT), handlers.SysLogHandler.LOG_USER)
[handler_file]
class=FileHandler