magnum/devstack
Davanum Srinivas 3a19525ea0 Functional tests for listing resources and templates
- convert the magnum command line in post_test_hook.sh
  into test cases
- delete key-pair after functional tests are run
- adding test for creating/deleting baymodels
- adding test for creating/deleting bays
- Remove dummy test (tests/functional/test_magnum.py)
templates.

Partially Implements blueprint: improve-functional-tests
Change-Id: I2937f2659a29e0f9b411c10b080db79bc46ce910
2015-05-01 14:09:58 -04:00
..
lib Image distro not updated when magnum configured with devstack 2015-04-29 16:26:30 +00:00
README.rst Change from kubernetes 0.11 to 0.15 2015-04-26 18:42:09 -07:00
plugin.sh Functional tests for listing resources and templates 2015-05-01 14:09:58 -04:00
settings Fix the localrc issue 2015-04-09 20:10:21 +08: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 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-3.qcow2 to save you this time.

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

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

Run devstack as normal: :

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