
LIBS_FROM_GIT should config by user in them local.conf, This patch Remove LIBS_FROM_GIT from the plugin code. Closes-Bug: #1733805 Change-Id: I89f6c541e07e8f84cbbd0d7aece91bd320370442
716 B
716 B
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
If you would like to install python-zunclient from git, add to local.conf:
LIBS_FROM_GIT="python-zunclient"
Then run devstack normally:
cd /opt/stack/devstack
./stack.sh