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: I1c84bbd0ca3e94ed422a2f1edeb4329d289362f3
This commit is contained in:
Ian Wienand 2019-03-24 20:34:47 +00:00
parent f172fbdd50
commit 37855cba48
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ DISK_DRIVER=ssp
# Enable plugins
enable_plugin nova-powervm https://git.openstack.org/openstack/nova-powervm.git
enable_plugin neutron git://git.openstack.org/openstack/neutron
enable_plugin neutron https://git.openstack.org/openstack/neutron
# Enable services
enable_service n-novnc neutron neutron-api neutron-agent neutron-l3 neutron-dhcp neutron-metadata-agent

View File

@ -48,7 +48,7 @@ enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer.git
enable_plugin ceilometer-powervm https://git.openstack.org/openstack/ceilometer-powervm.git
enable_plugin nova-powervm https://git.openstack.org/openstack/nova-powervm.git
enable_plugin networking-powervm https://git.openstack.org/openstack/networking-powervm.git
enable_plugin neutron git://git.openstack.org/openstack/neutron
enable_plugin neutron https://git.openstack.org/openstack/neutron
# Enable services
enable_service n-novnc neutron neutron-api pvm-q-sea-agt

View File

@ -34,7 +34,7 @@ Getting the code
Grab the code::
git clone git://git.openstack.org/openstack/nova-powervm
git clone https://git.openstack.org/openstack/nova-powervm
cd nova-powervm
Setting up your environment