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: I1a108ce429e8c257f2157cefbb080b2a106b338b
This commit is contained in:
parent
984b122668
commit
b08a5594e7
devstack
doc/source/devref
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user