Files
zun/devstack
Kien Nguyen 27138e817c Update keystone auth_uri and auth_url
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
2017-10-18 09:40:04 +07:00
..
2017-10-18 09:40:04 +07:00
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