meteos/devstack
Ian Wienand e9ea92838a Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I2ebc3d42c0332fc425584b7d9b13b81d5ed280bb
2019-03-24 20:34:11 +00: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
README.rst Replace openstack.org git:// URLs with https:// 2019-03-24 20:34:11 +00:00
settings Initial commit 2016-12-08 12:33:50 +00:00

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.