Merge "Replace openstack.org git:// URLs with https://"

This commit is contained in:
Zuul 2019-03-25 03:37:07 +00:00 committed by Gerrit Code Review
commit 1ea0b195e6
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