Skip to content

Commit

Permalink
Closes-Bug: #1775905
Browse files Browse the repository at this point in the history
    RabbitMQ node list should be derived from configDB node list.

Change-Id: I3c1ce7e464de8381a91952170359229a0d828aa6
(cherry picked from commit 4b17cd2)
  • Loading branch information
ajoshi9 authored and Andrey-mp committed Jun 27, 2018
1 parent 28606d9 commit 2f9f43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse-env.sh
Expand Up @@ -119,7 +119,7 @@ export LOG_LEVEL=${LOG_LEVEL:-'SYS_NOTICE'}
export METADATA_PROXY_SECRET=${METADATA_PROXY_SECRET:-'contrail'}
export PHYSICAL_INTERFACE=${PHYSICAL_INTERFACE:-$default_interface}
export VROUTER_GATEWAY=${VROUTER_GATEWAY:-$default_gateway}
export RABBITMQ_NODES=${RABBITMQ_NODES:-$CONFIG_NODES}
export RABBITMQ_NODES=${RABBITMQ_NODES:-$CONFIGDB_NODES}
export RABBITMQ_NODE_PORT=${RABBITMQ_NODE_PORT:-'5673'}
export WEBUI_NODES=${WEBUI_NODES:-$CONFIG_NODES}
export ZOOKEEPER_ANALYTICS_PORT=${ZOOKEEPER_ANALYTICS_PORT:-'2182'}
Expand Down

0 comments on commit 2f9f43e

Please sign in to comment.