meteos/devstack/README.rst

659 B

Enabling in Devstack

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

Optionally, a git refspec may be provided as follows:

[[local|localrc]]
enable_plugin meteos https://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.