Merge "Correct rabbit messaging config set in devstack"

This commit is contained in:
Jenkins
2015-08-28 09:03:33 +00:00
committed by Gerrit Code Review
2 changed files with 6 additions and 4 deletions

View File

@@ -67,8 +67,9 @@ function octavia_configure {
iniset $OCTAVIA_CONF DEFAULT api_handler queue_producer
iniset $OCTAVIA_CONF oslo_messaging rabbit_port 5672
iniset $OCTAVIA_CONF oslo_messaging rabbit_hosts localhost:5672
iniset $OCTAVIA_CONF oslo_messaging_rabbit rabbit_port 5672
iniset $OCTAVIA_CONF oslo_messaging_rabbit rabbit_hosts localhost:5672
iniset $OCTAVIA_CONF oslo_messaging rpc_thread_pool_size 2
iniset $OCTAVIA_CONF oslo_messaging topic octavia_prov

View File

@@ -119,7 +119,7 @@
# engine = serial
# max_workers = 5
[oslo_messaging]
[oslo_messaging_rabbit]
# Rabbit and HA configuration:
# rabbit_userid = octavia
# rabbit_password = password
@@ -129,6 +129,7 @@
# For example: rabbit_hosts = 192.168.50.8:5672, 192.168.50.9:5672
# rabbit_hosts = localhost:5672
[oslo_messaging]
# Queue Consumer Thread Pool Size
# rpc_thread_pool_size = 2
@@ -143,4 +144,4 @@
# Cleanup interval for Deleted amphora
# cleanup_interval = 30
# Amphora expiry age in seconds. Default is 1 week
# amphora_expiry_age = 604800
# amphora_expiry_age = 604800