Fix wrong keyword in glance config file example
- in glance-api.conf, qpid_host becomes qpid_hostname Change-Id: I326030f48f00ce61334a4e8ff7edf22b1ca8a527 Closes-Bug: 1245851 backport: none
This commit is contained in:
parent
e4df5abfea
commit
fd51ac5e5f
@ -156,7 +156,7 @@ rabbit_durable_queues = False
|
||||
# the defaults)
|
||||
qpid_notification_exchange = glance
|
||||
qpid_notification_topic = glance_notifications
|
||||
qpid_host = localhost
|
||||
qpid_hostname = localhost
|
||||
qpid_port = 5672
|
||||
qpid_username =
|
||||
qpid_password =
|
||||
|
@ -177,7 +177,7 @@ rabbit_durable_queues = False
|
||||
# the defaults)
|
||||
qpid_notification_exchange = glance
|
||||
qpid_notification_topic = notifications
|
||||
qpid_host = localhost
|
||||
qpid_hostname = localhost
|
||||
qpid_port = 5672
|
||||
qpid_username =
|
||||
qpid_password =
|
||||
|
Loading…
x
Reference in New Issue
Block a user