dragonflow/dragonflow/tests
Shachar Snapiri bbe1347e4e Refactoring of ZMQ pubsub
To work around the ZMQ issues (publisher binds to a port, thus only one
publisher can work on a given IP), we had a lot of junk code in our
repo.
Removed all redundant mechanisms (use_multiproc, is_neutron_server) and
modified to have 2 types of configurable ZMQ drivers:
1. zmq_remote_pubsub_driver - Has TCP publisher and IPC subscriber, This
   should be used in the publisher service.
2. zmq_pubsub_driver - Has IPC publisher and TCP subscriberi, This
   should be used in all other uses.

The way to set the one to use is via configuration, thus it is up to the
deployment to make sure this is configured correctly.

Change-Id: Ibf7894e608187e87bdeb7774749bfa0cc15eae56
2018-06-12 13:01:49 +00:00
..
common Update code to pass pep8 under python 3 2018-04-24 18:22:24 +00:00
contrib Fix post gate hook to accommodate for new os-testr 2017-10-19 19:09:46 -07:00
database Refactoring of ZMQ pubsub 2018-06-12 13:01:49 +00:00
fullstack Refactoring of ZMQ pubsub 2018-06-12 13:01:49 +00:00
unit Refactoring of ZMQ pubsub 2018-06-12 13:01:49 +00:00
__init__.py Remove explicit eventlet.monkey_patch() 2016-05-31 16:48:40 +08:00
base.py Removes unnecessary utf-8 encoding 2017-01-04 09:46:25 +07:00