zun/devstack
Kien Nguyen 8fa8843dbc Check glance is enabled or not
- Check glance is enabled or not before upload sandbox
image to glance.
- Remove unused function is_zun_enabled.

Change-Id: I426298816e1144c66fd13f21949afdb058bce9cb
Closes-Bug: #1650245
2017-10-05 11:17:07 +07:00
..
lib Check glance is enabled or not 2017-10-05 11:17:07 +07:00
local.conf.sample Switch to devstack-plugin-container 2017-05-24 19:23:21 +00:00
plugin.sh Mova NovaDocker driver to contrib 2017-09-14 12:09:47 -04:00
README.rst Modifying devstack link in README.rst 2017-09-20 22:18:33 +05:30
settings Remove SCREEN_LOGDIR from devstack setting 2017-09-21 14:32:48 +05:30

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