ffb5762344
* Switch to file backend if python35 is enabled because the default backend is swift that hasn't migrate to py35 yet. * Safe decode bytes string of response body. Depends-On: Ib222bf2e84f4b06b0dc3981fc3554510658d4ef0 Partial-Implements: blueprint support-python-35 Change-Id: I2d9a95dda8ead16421186116118badfce1de7ba6 |
||
---|---|---|
.. | ||
lib | ||
local.conf.sample | ||
override-defaults | ||
plugin.sh | ||
README.rst | ||
settings |
DevStack Integration
This directory contains the files necessary to integrate zun with devstack.
Refer the quickstart guide at https://docs.openstack.org/zun/latest/dev/quickstart.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