magnum/devstack
yatin 796c77e4b2 Checkout stable/ocata branches when installing via devstack
Change-Id: Icc1b9c93ebbdffd99511ed82b560c0496bd6bdba
2017-06-16 19:43:12 +05:30
..
lib Enable custom keystone endpoint_type in templates 2017-05-22 12:45:13 +02:00
README.rst Checkout stable/ocata branches when installing via devstack 2017-06-16 19:43:12 +05:30
plugin.sh Pin images for ocata 2017-02-27 10:16:22 +01:00
settings Checkout stable/ocata branches when installing via devstack 2017-06-16 19:43:12 +05:30

README.rst

DevStack Integration

This directory contains the files necessary to integrate magnum with devstack.

Refer the quickstart guide at http://docs.openstack.org/developer/magnum/dev/quickstart.html 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 the Fedora Atomic qcow2 image (see http://www.projectatomic.io/download/).

To install magnum into devstack, add the following settings to enable the magnum plugin:

cat > /opt/stack/devstack/local.conf << END
[[local|localrc]]
enable_plugin heat https://github.com/openstack/heat stable/ocata
enable_plugin magnum https://github.com/openstack/magnum stable/ocata
END

Additionally, you might need additional Neutron configurations for your environment. Please refer to the devstack documentation1 for details.

Then run devstack normally:

cd /opt/stack/devstack
./stack.sh

  1. http://docs.openstack.org/developer/devstack/guides/neutron.html↩︎