zun/devstack
Yongfeng Du 9f0609016f Fix the zun.conf file for MultiHost env
In the MultiHost case, should use SERVICE_HOST instead of HOST_IP

Change-Id: Icf1c8de53996a4b73db057d598bffa859ad91ccd
Partial-Bug: #1691606
2017-05-18 11:42:28 +08: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