Files
sahara/devstack
Ian Wienand e1df924576 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: I3b85c9ffb61644d06290b048e8db4bfc078d50c5
2019-03-24 20:36:03 +00:00
..
2015-11-26 14:47:45 +03:00

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