d59bfbc125
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 |
||
---|---|---|
.. | ||
exercise.sh | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling in Devstack
- Download DevStack
- 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>
- run
stack.sh
For additional configuration information please see details in the Meteos on DevStack section of the Meteos wiki.