Remove contrib directory for devstack

As the magnum/devstack has related files and plugin
descrptions, remove old contrib/devstack directory

Change-Id: I70f17512267516d676d78ca1dd06044906fae163
This commit is contained in:
Kennan 2015-04-09 14:14:55 +08:00
parent 00f3c2ab67
commit c05ffe1693
1 changed files with 0 additions and 28 deletions

View File

@ -1,28 +0,0 @@
====================
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