Files
zun/devstack
anilkumarthovi 2be7c3a8ff updated sample file with more info
Change-Id: Icb20ad38118a968e480abf8ddd9a77898ca4669c
2017-11-22 15:20:10 +05:30
..
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