zun/devstack
Kevin Zhao 7a354bf1ab Add support for zun attach/resize in server
Change-Id: I56a9ddaabd20cffc956ecd2dc202e8a661a0338d
Partially-Implements: BP support-interactive-mode
2017-02-09 16:15:20 +08:00
..
2016-09-03 16:03:04 -05:00

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