magnum/contrib/devstack
lqslan 22b7124c2f Fix some typos in magnum document
Change-Id: I5180e3c24170512fb5fa98bc396bff8c1e7aedca
2015-03-31 21:23:14 +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 Fix some typos in magnum document 2015-03-31 21:23:14 +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 your 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