mistral/mistral/event_engine
Eyal d838607b2f Add coordination support for devstack
This way we can test the service api later on gate

In order to use etcd in gate few changes were made:
* All identifiers must be byte type (group type, member id)
* Tooz has a built-in mechanizm for heartbeat no need to implement it
* Need to use eventlet monkey patch since etcd client uses blocking
  methods
* Services name must be identical to LAUNCH_OPTIONS used in cli
* Gate coordination url should be define with a schema of etcd+http
  which is the etcd gateway and works better then just etcd

Change-Id: I772651e33eada4a5c2149bfa867095c277eddeed
2019-12-25 10:38:29 +02:00
..
__init__.py Fix launch process of Mistral components 2016-11-30 17:42:15 +07:00
base.py Make rpc_backend not engine specific 2017-04-27 20:02:40 +00:00
default_event_engine.py Disable the use of anchors when parsing yaml 2019-12-17 12:08:10 +02:00
event_engine_server.py Add coordination support for devstack 2019-12-25 10:38:29 +02:00