zun/devstack
Kevin Zhao 24c37bce01 Add a new service wsproxy to Zun
Implements: blueprint stream-via-rest-api

Change-Id: I22dc9e39a2133d1cb2951f54c76edee286582ad0
Signed-off-by: Kevin Zhao <kevin.zhao@linaro.org>
2017-05-16 07:58:41 +00:00
..
2017-05-16 07:58:41 +00:00
2017-05-09 10:50:20 +00:00
2016-09-03 16:03:04 -05:00
2017-05-16 07:58:41 +00: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