zun/devstack
root 5f2a016ea3 update higgins with zun
All contents mentioning higgins are updated to zun
using below 3 patterns:
:%s/higgins/zun/g
:%s/HIGGINS/ZUN/g
:%s/Higgins/Zun/g

Co-Authored-By: Hongbin Lu <hongbin.lu@huawei.com>

Change-Id: I33a979aa01421524c1cff6fb5cc2b4023bf1fe84
2016-06-08 22:21:34 -05:00
..
lib update higgins with zun 2016-06-08 22:21:34 -05:00
gate_hook.sh devstack: over write ENABLED_SERVICES 2016-06-06 10:25:33 +08:00
plugin.sh update higgins with zun 2016-06-08 22:21:34 -05:00
README.rst update higgins with zun 2016-06-08 22:21:34 -05:00
settings update higgins with zun 2016-06-08 22:21:34 -05:00

DevStack Integration

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

Refer the quickstart guide at https://github.com/openstack/higgins/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/higgins master
END

Then run devstack normally:

cd /opt/stack/devstack
./stack.sh