Merge "Use RABBIT_USERID instead of 'guest'"

This commit is contained in:
Jenkins 2016-06-09 14:02:58 +00:00 committed by Gerrit Code Review
commit 8c5670a2d4
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ function octavia_configure {
iniset $OCTAVIA_CONF DEFAULT api_handler queue_producer
iniset $OCTAVIA_CONF oslo_messaging_rabbit rabbit_hosts ${RABBIT_HOST}:5672
iniset $OCTAVIA_CONF oslo_messaging_rabbit rabbit_userid ${RABBIT_USERID}
iniset $OCTAVIA_CONF oslo_messaging_rabbit rabbit_password ${RABBIT_PASSWORD}
iniset $OCTAVIA_CONF oslo_messaging rpc_thread_pool_size 2
iniset $OCTAVIA_CONF oslo_messaging topic octavia_prov