zun/devstack
zhurong 272effcece Fix ZUN_TEMPEST_PLUGIN repo and branch name
Change-Id: I23b8b016749db9db89351752b7541513ae323cf6
2017-11-15 06:20:39 +00:00
..
2017-09-14 12:09:47 -04:00

DevStack Integration

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

Refer the quickstart guide at https://docs.openstack.org/zun/latest/contributor/manual-devstack.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