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
Enabling in Devstack
- Download DevStack
- 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/heatOptionally, a git refspec may be provided as follows:
[[local|localrc]]
enable_plugin sahara https://git.openstack.org/openstack/sahara <refspec>- run
stack.sh