Update keystone auth_uri and auth_url in zun.conf to connect with keystone using /identity/v3 and /identity_admin/v3. Closes-Bug: #1692576 Change-Id: Ie107e6ef9d3ebfee77b4782842e1ed966738c6cd
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