Merge "Correct rabbit messaging config set in devstack"
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user