f925296126
Last commit [0], using sudo cat, this will gievs the error: /etc/systemd/system/docker.service.d/docker.conf: Permission denied This patch will fix this. [0]: I2154919c394e546edac56934c8860d4177fc9603 Change-Id: I87a8b7397d2dad2d26eac9a020d5ea3b21645aa2 |
||
---|---|---|
.. | ||
lib | ||
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://github.com/openstack/zun/blob/master/doc/source/dev/quickstart.rst 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