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
This commit is contained in:
Ian Wienand 2019-03-24 20:34:34 +00:00 committed by Bernard Cafarelli
parent c70a935ce7
commit 983d659d76
No known key found for this signature in database
GPG Key ID: D148244A3C2462BD
10 changed files with 13 additions and 13 deletions

View File

@ -328,7 +328,7 @@
vars: vars:
tempest_concurrency: 4 tempest_concurrency: 4
devstack_plugins: devstack_plugins:
neutron: git://git.openstack.org/openstack/neutron.git neutron: https://git.openstack.org/openstack/neutron.git
devstack_services: devstack_services:
tls-proxy: false tls-proxy: false
tempest: true tempest: true

View File

@ -518,7 +518,7 @@ environment variable to point at a local package repo.
For example, to run against the 'master' branch of neutron-lib: For example, to run against the 'master' branch of neutron-lib:
cd $SRC cd $SRC
git clone git://git.openstack.org/openstack/neutron-lib git clone https://git.openstack.org/openstack/neutron-lib
cd $NEUTRON_DIR cd $NEUTRON_DIR
env TOX_ENV_SRC_MODULES=$SRC/neutron-lib tox -r -e pep8,py27 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): desired gerrit refs for this example):
cd $SRC cd $SRC
git clone git://git.openstack.org/openstack/neutron-lib git clone https://git.openstack.org/openstack/neutron-lib
cd 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 cd $NEUTRON_DIR
env TOX_ENV_SRC_MODULES=$SRC/neutron-lib tox -r -e pep8,py27 env TOX_ENV_SRC_MODULES=$SRC/neutron-lib tox -r -e pep8,py27

View File

@ -52,7 +52,7 @@ Getting the code
Grab 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 cd neutron
About ignore files About ignore files

View File

@ -45,10 +45,10 @@ Requirements
Neutron dependency 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 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 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. will work.
You may still put some versioned neutron dependency in your requirements list You may still put some versioned neutron dependency in your requirements list

View File

@ -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 enable_service neutron-qos

View File

@ -17,7 +17,7 @@
dest: devstack-gate dest: devstack-gate
EOF EOF
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \ /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 openstack-infra/devstack-gate
executable: /bin/bash executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace' chdir: '{{ ansible_user_dir }}/workspace'

View File

@ -17,7 +17,7 @@
dest: devstack-gate dest: devstack-gate
EOF EOF
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \ /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 openstack-infra/devstack-gate
executable: /bin/bash executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace' chdir: '{{ ansible_user_dir }}/workspace'

View File

@ -17,7 +17,7 @@
dest: devstack-gate dest: devstack-gate
EOF EOF
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \ /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 openstack-infra/devstack-gate
executable: /bin/bash executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace' chdir: '{{ ansible_user_dir }}/workspace'

View File

@ -18,7 +18,7 @@
dest: devstack-gate dest: devstack-gate
EOF EOF
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \ /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 openstack-infra/devstack-gate
executable: /bin/bash executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace' chdir: '{{ ansible_user_dir }}/workspace'

View File

@ -18,7 +18,7 @@
dest: devstack-gate dest: devstack-gate
EOF EOF
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \ /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 openstack-infra/devstack-gate
executable: /bin/bash executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace' chdir: '{{ ansible_user_dir }}/workspace'