d838607b2f
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 |
||
---|---|---|
.. | ||
files | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling Mistral in Devstack
Download DevStack:
git clone https://github.com/openstack-dev/devstack.git cd devstack
Add this repo as an external repository in
local.conf
file:> cat local.conf [[local|localrc]] enable_plugin mistral https://github.com/openstack/mistral To use stable branches, make sure devstack is on that branch, and specify the branch name to enable_plugin, for example:: enable_plugin mistral https://github.com/openstack/mistral stable/pike
run
stack.sh