meteos/devstack
Kenny Johnston d59bfbc125 Adds Reference to Wiki Instructions for DevStack Config
Adds a reference in the readme.rst file for devstack to
the more detailed instructions for how to run Meteos on
DevStack found in the wiki.

Change-Id: Ib580b4ddcc7d79938a83e7d927fb885a0292b45e
2017-01-18 21:39:13 -06:00
..
README.rst Adds Reference to Wiki Instructions for DevStack Config 2017-01-18 21:39:13 -06:00
exercise.sh Initial commit 2016-12-08 12:33:50 +00:00
plugin.sh Initial commit 2016-12-08 12:33:50 +00:00
settings Initial commit 2016-12-08 12:33:50 +00:00

README.rst

Enabling in Devstack

  1. Download DevStack
  2. Add this repo as an external repository in local.conf
[[local|localrc]]
enable_plugin meteos git://git.openstack.org/openstack/meteos

Optionally, a git refspec may be provided as follows:

[[local|localrc]]
enable_plugin meteos git://git.openstack.org/openstack/meteos <refspec>
  1. run stack.sh

For additional configuration information please see details in the Meteos on DevStack section of the Meteos wiki.