zun/devstack
zhurong 98654e6111 Devstack stop zun-wsproxy process when service enabled
Change-Id: I0a934f45e7a7fabac31825e33cc84a8e2ef2ddc4
2017-07-10 17:28:39 +08:00
..
lib Devstack stop zun-wsproxy process when service enabled 2017-07-10 17:28:39 +08:00
local.conf.sample Switch to devstack-plugin-container 2017-05-24 19:23:21 +00:00
override-defaults Rename virt driver from 'docker' to 'zun' 2016-12-24 15:50:52 -06:00
plugin.sh Switch to devstack-plugin-container 2017-05-24 19:23:21 +00:00
README.rst Change to git.openstack.org 2017-05-24 01:55:50 +00:00
settings MultiHost support 2017-05-18 14:41:29 +08:00

DevStack Integration

This directory contains the files necessary to integrate zun with devstack.

Refer the quickstart guide at https://docs.openstack.org/developer/zun/dev/quickstart.html 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