magnum/contrib/devstack
Jay Lau (Guangya Liu) 590c312ae0 Update magnum document to use openstack as namespace
Magnum is now moved to openstack namespace, all of the document
should also be updated to reflect this.

Change-Id: I8c91e99098acdfd2253b2ecd7100fc54aae370af
2015-03-28 20:14:42 +08:00
..
extras.d Modify documentation to point to kubernetes-0.11 atomic image 2015-03-23 07:16:41 -07:00
lib Update magnum document to use openstack as namespace 2015-03-28 20:14:42 +08:00
README.rst Update magnum document to use openstack as namespace 2015-03-28 20:14:42 +08:00
localrc.example Removing duplicate service definition 2015-03-21 00:39:06 +00:00
prepare_devstack.sh Add devstack module to contrib 2015-03-16 00:52:22 +00:00

README.rst

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 devestack 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.qcow2 to save you this time.

To install magnum into devstack: :

git clone https://git.openstack.org/openstack/magnum /opt/stack/magnum
git clone https://git.openstack.org/openstack-dev/devstack /opt/stack/devstack

# copy example localrc, modify as necessary
cp /opt/stack/magnum/contrib/devstack/localrc.example /opt/stack/devstack/localrc

cd /opt/stack/magnum
./contrib/devstack/prepare_devstack.sh

Run devstack as normal: :

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