Robert Pothier d9f58e5b20 Enable Heat services in Devstack settings
Heat is no longer enabled by default in devstack.
This adds Heat the example devstack localrc

Change-Id: I1eb4d763b075da0e3a849c801b8b6973a870b44c
2015-04-07 15:47:55 -04:00
..

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

To install magnum into devstack, Add this repo as an external repository: :

> cat local.conf
[[local|localrc]]
enable_plugin magnum https://github.com/openstack/magnum

Run devstack as normal: :

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