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

This commit is contained in:
Zuul 2019-03-25 21:05:13 +00:00 committed by Gerrit Code Review
commit 8f62439a25
1 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@
devstack_localrc:
TEMPEST_PLUGINS: "'/opt/stack/patrole'"
devstack_plugins:
patrole: git://git.openstack.org/openstack/patrole.git
patrole: https://git.openstack.org/openstack/patrole.git
devstack_services:
tempest: true
neutron: true
@ -55,7 +55,7 @@
devstack_localrc:
TEMPEST_PLUGINS: "'{{ ansible_user_dir }}/src/git.openstack.org/openstack/patrole'"
devstack_plugins:
patrole: git://git.openstack.org/openstack/patrole.git
patrole: https://git.openstack.org/openstack/patrole.git
devstack_services:
tempest: true
neutron: true
@ -162,9 +162,9 @@
devstack_localrc:
TEMPEST_PLUGINS: "'/opt/stack/patrole /opt/stack/neutron-tempest-plugin'"
devstack_plugins:
neutron: git://git.openstack.org/openstack/neutron.git
patrole: git://git.openstack.org/openstack/patrole.git
neutron-tempest-plugin: git://git.openstack.org/openstack/neutron-tempest-plugin.git
neutron: https://git.openstack.org/openstack/neutron.git
patrole: https://git.openstack.org/openstack/patrole.git
neutron-tempest-plugin: https://git.openstack.org/openstack/neutron-tempest-plugin.git
devstack_services:
tempest: true
neutron: true