7171b8a752
This patch adds admin creds in magnum.conf, admin creds are used for periodic task job to query bay status from heat service. Partial-Implements: blueprint add-periodic-task Change-Id: I11b8823ef7003bb850b74148f847d65dfabd335f |
||
---|---|---|
.. | ||
lib | ||
plugin.sh | ||
README.rst | ||
settings |
Devstack Integration
This directory contains the files necessary to integrate Magnum with devstack.
Refer the quickstart guide for more information on using devstack and magnum.
Running devstack with magnum for the first time may take a long time as it needs to download an atomic fedora 21 qcow image. If you already have this image you can copy it to /opt/stack/devstack/files/fedora-21-atomic-3.qcow2 to save you this time.
To install magnum into devstack, add the following settings to enable magnum plugin: :
cat > /opt/stack/devstack/local.conf << END
[[local|localrc]]
enable_plugin magnum https://github.com/openstack/magnum master
END
Run devstack as normal: :
cd /opt/stack/devstack
./stack.sh