From 983d659d76ddabbc6a88bbbbff01e8f76e937641 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:34:34 +0000 Subject: [PATCH] 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: I4c9b513eb65ec4c50bdb9a66dfcc676360bdaa28 --- .zuul.yaml | 2 +- TESTING.rst | 6 +++--- doc/source/contributor/development_environment.rst | 2 +- doc/source/contributor/stadium/guidelines.rst | 4 ++-- neutron/tests/contrib/hooks/qos | 2 +- playbooks/legacy/neutron-grenade-dvr-multinode/run.yaml | 2 +- playbooks/legacy/neutron-grenade-multinode/run.yaml | 2 +- playbooks/legacy/neutron-grenade/run.yaml | 2 +- playbooks/legacy/neutron-tempest-postgres-full/run.yaml | 2 +- .../legacy/neutron-tempest-with-os-ken-master/run.yaml | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 83bb0c02d41..0ceff3cb032 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -328,7 +328,7 @@ vars: tempest_concurrency: 4 devstack_plugins: - neutron: git://git.openstack.org/openstack/neutron.git + neutron: https://git.openstack.org/openstack/neutron.git devstack_services: tls-proxy: false tempest: true diff --git a/TESTING.rst b/TESTING.rst index 9220992b5aa..a8321a238bb 100644 --- a/TESTING.rst +++ b/TESTING.rst @@ -518,7 +518,7 @@ environment variable to point at a local package repo. For example, to run against the 'master' branch of neutron-lib: cd $SRC - git clone git://git.openstack.org/openstack/neutron-lib + git clone https://git.openstack.org/openstack/neutron-lib cd $NEUTRON_DIR env TOX_ENV_SRC_MODULES=$SRC/neutron-lib tox -r -e pep8,py27 @@ -529,9 +529,9 @@ To run against a particular gerrit change of the lib (substituting the desired gerrit refs for this example): cd $SRC - git clone git://git.openstack.org/openstack/neutron-lib + git clone https://git.openstack.org/openstack/neutron-lib cd neutron-lib - git fetch git://git.openstack.org/openstack/neutron-lib refs/changes/13/635313/6 && git checkout FETCH_HEAD + git fetch https://git.openstack.org/openstack/neutron-lib refs/changes/13/635313/6 && git checkout FETCH_HEAD cd $NEUTRON_DIR env TOX_ENV_SRC_MODULES=$SRC/neutron-lib tox -r -e pep8,py27 diff --git a/doc/source/contributor/development_environment.rst b/doc/source/contributor/development_environment.rst index de0b098ff79..aa333e1a7d1 100644 --- a/doc/source/contributor/development_environment.rst +++ b/doc/source/contributor/development_environment.rst @@ -52,7 +52,7 @@ Getting the code Grab the code:: - git clone git://git.openstack.org/openstack/neutron.git + git clone https://git.openstack.org/openstack/neutron.git cd neutron About ignore files diff --git a/doc/source/contributor/stadium/guidelines.rst b/doc/source/contributor/stadium/guidelines.rst index 82c9d016440..080d17ad49b 100644 --- a/doc/source/contributor/stadium/guidelines.rst +++ b/doc/source/contributor/stadium/guidelines.rst @@ -45,10 +45,10 @@ Requirements Neutron dependency ~~~~~~~~~~~~~~~~~~ -Subprojects usually depend on neutron repositories, by using -e git://... +Subprojects usually depend on neutron repositories, by using -e https://... schema to define such a dependency. The dependency *must not* be present in requirements lists though, and instead belongs to tox.ini deps section. This is -because next pbr library releases do not guarantee -e git://... dependencies +because next pbr library releases do not guarantee -e https://... dependencies will work. You may still put some versioned neutron dependency in your requirements list diff --git a/neutron/tests/contrib/hooks/qos b/neutron/tests/contrib/hooks/qos index 0472ccf4cba..21bb1ff4674 100644 --- a/neutron/tests/contrib/hooks/qos +++ b/neutron/tests/contrib/hooks/qos @@ -1,2 +1,2 @@ -enable_plugin neutron git://git.openstack.org/openstack/neutron +enable_plugin neutron https://git.openstack.org/openstack/neutron enable_service neutron-qos diff --git a/playbooks/legacy/neutron-grenade-dvr-multinode/run.yaml b/playbooks/legacy/neutron-grenade-dvr-multinode/run.yaml index 60426b276bb..4410afb4104 100644 --- a/playbooks/legacy/neutron-grenade-dvr-multinode/run.yaml +++ b/playbooks/legacy/neutron-grenade-dvr-multinode/run.yaml @@ -17,7 +17,7 @@ dest: devstack-gate EOF /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \ - git://git.openstack.org \ + https://git.openstack.org \ openstack-infra/devstack-gate executable: /bin/bash chdir: '{{ ansible_user_dir }}/workspace' diff --git a/playbooks/legacy/neutron-grenade-multinode/run.yaml b/playbooks/legacy/neutron-grenade-multinode/run.yaml index 02904d5706f..2d2101db0c1 100644 --- a/playbooks/legacy/neutron-grenade-multinode/run.yaml +++ b/playbooks/legacy/neutron-grenade-multinode/run.yaml @@ -17,7 +17,7 @@ dest: devstack-gate EOF /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \ - git://git.openstack.org \ + https://git.openstack.org \ openstack-infra/devstack-gate executable: /bin/bash chdir: '{{ ansible_user_dir }}/workspace' diff --git a/playbooks/legacy/neutron-grenade/run.yaml b/playbooks/legacy/neutron-grenade/run.yaml index 31701b8cfd0..6ba1edb44bc 100644 --- a/playbooks/legacy/neutron-grenade/run.yaml +++ b/playbooks/legacy/neutron-grenade/run.yaml @@ -17,7 +17,7 @@ dest: devstack-gate EOF /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \ - git://git.openstack.org \ + https://git.openstack.org \ openstack-infra/devstack-gate executable: /bin/bash chdir: '{{ ansible_user_dir }}/workspace' diff --git a/playbooks/legacy/neutron-tempest-postgres-full/run.yaml b/playbooks/legacy/neutron-tempest-postgres-full/run.yaml index 258b048aa15..e1e6ad749e9 100644 --- a/playbooks/legacy/neutron-tempest-postgres-full/run.yaml +++ b/playbooks/legacy/neutron-tempest-postgres-full/run.yaml @@ -18,7 +18,7 @@ dest: devstack-gate EOF /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \ - git://git.openstack.org \ + https://git.openstack.org \ openstack-infra/devstack-gate executable: /bin/bash chdir: '{{ ansible_user_dir }}/workspace' diff --git a/playbooks/legacy/neutron-tempest-with-os-ken-master/run.yaml b/playbooks/legacy/neutron-tempest-with-os-ken-master/run.yaml index ce9d71e9e4b..be6c842069c 100644 --- a/playbooks/legacy/neutron-tempest-with-os-ken-master/run.yaml +++ b/playbooks/legacy/neutron-tempest-with-os-ken-master/run.yaml @@ -18,7 +18,7 @@ dest: devstack-gate EOF /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \ - git://git.openstack.org \ + https://git.openstack.org \ openstack-infra/devstack-gate executable: /bin/bash chdir: '{{ ansible_user_dir }}/workspace'