sahara/devstack
Ian Wienand 5880175ebb 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: I470bdfbb1bc82f2cbc64877cfb51d8c6aae26cb7
2019-03-24 20:36:03 +00:00
..
files Add ability to install with Apache in devstack 2017-03-19 12:31:08 +00:00
upgrade Replace openstack.org git:// URLs with https:// 2019-03-24 20:36:03 +00:00
README.rst Replace openstack.org git:// URLs with https:// 2019-03-24 20:36:03 +00:00
exercise.sh use . instead of source. 2018-01-29 14:18:56 +00:00
plugin.sh Stop abusing [keystone_authtoken] 2018-01-20 18:56:41 +00:00
settings Remove use of unsupported TEMPEST_SERVICES variable 2018-01-23 16:51:39 +03:00

README.rst

Enabling in Devstack

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

Optionally, a git refspec may be provided as follows:

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