a0aae0affe
Currently in devstack script, we install etcd from tar package, and then configure etcd server with several config files. This process is defective and not elegant. This commit intends to run etcd server in a docker container. Change-Id: I69368fd4aaf87a96ba73e31c99f457b762575039 Closes-bug: #1630395 |
||
---|---|---|
.. | ||
lib | ||
gate_hook.sh | ||
plugin.sh | ||
README.rst | ||
settings |
DevStack Integration
This directory contains the files necessary to integrate zun with devstack.
Refer the quickstart guide at https://github.com/openstack/zun/blob/master/doc/source/dev/quickstart.rst for more information on using devstack and zun.
To install zun into devstack, add the following settings to enable the zun plugin:
cat > /opt/stack/devstack/local.conf << END
[[local|localrc]]
enable_plugin zun https://git.openstack.org/openstack/zun master
END
Then run devstack normally:
cd /opt/stack/devstack
./stack.sh