Merge "Disable Active Port Detection when using ZMQ"

This commit is contained in:
Zuul 2018-01-22 16:20:18 +00:00 committed by Gerrit Code Review
commit 95fedab302
6 changed files with 18 additions and 0 deletions

View File

@ -50,3 +50,6 @@ VNCSERVER_PROXYCLIENT_ADDRESS=$VNCSERVER_LISTEN
[df]
enable_df_pub_sub = True
pub_sub_driver = "zmq_pubsub_driver"
# Currently Active Port Detection and ZMQ collides (https://bugs.launchpad.net/dragonflow/+bug/1716933)
ENABLE_ACTIVE_DETECTION=False

View File

@ -43,3 +43,6 @@ CASSANDRA_NUM_OF_HOSTS=1
# The build-in PUB/SUB mechanism is mandatory for Zookeeper backend.
enable_service df-zmq-publisher-service
# Currently Active Port Detection and ZMQ collides (https://bugs.launchpad.net/dragonflow/+bug/1716933)
ENABLE_ACTIVE_DETECTION=False

View File

@ -48,3 +48,6 @@ VNCSERVER_PROXYCLIENT_ADDRESS=$VNCSERVER_LISTEN
[df]
enable_df_pub_sub = True
pub_sub_driver = "zmq_pubsub_driver"
# Currently Active Port Detection and ZMQ collides (https://bugs.launchpad.net/dragonflow/+bug/1716933)
ENABLE_ACTIVE_DETECTION=False

View File

@ -43,3 +43,6 @@ REMOTE_DB_HOSTS=$HOST_IP:2181
# The build-in PUB/SUB mechanism is mandatory for Zookeeper backend.
enable_service df-zmq-publisher-service
# Currently Active Port Detection and ZMQ collides (https://bugs.launchpad.net/dragonflow/+bug/1716933)
ENABLE_ACTIVE_DETECTION=False

View File

@ -42,3 +42,6 @@ CASSANDRA_NUM_OF_HOSTS=1
# The build-in PUB/SUB mechanism is mandatory for Cassandra backend.
enable_service df-zmq-publisher-service
# Currently Active Port Detection and ZMQ collides (https://bugs.launchpad.net/dragonflow/+bug/1716933)
ENABLE_ACTIVE_DETECTION=False

View File

@ -40,3 +40,6 @@ REMOTE_DB_HOSTS=$HOST_IP:2181
# The build-in PUB/SUB mechanism is mandatory for Zookeeper backend.
enable_service df-zmq-publisher-service
# Currently Active Port Detection and ZMQ collides (https://bugs.launchpad.net/dragonflow/+bug/1716933)
ENABLE_ACTIVE_DETECTION=False