diff options
author | Ian Wienand <iwienand@redhat.com> | 2019-03-24 20:35:54 +0000 |
---|---|---|
committer | Ian Wienand <iwienand@redhat.com> | 2019-03-24 20:35:54 +0000 |
commit | e30c52b0eea23e55f6dec1050cfecba20078fb68 (patch) | |
tree | 46c0e55032a1a196b8c1a9920cb666d048ea4ff1 | |
parent | 0fe6c94b5131a6a1f488e2d2bbc24048c01a73b2 (diff) | |
download | python-novaclient-e30c52b0eea23e55f6dec1050cfecba20078fb68.tar.gz |
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: Iea1d529fee535fc734bf0a305686a47698aa3964
-rw-r--r-- | playbooks/legacy/novaclient-dsvm-functional-identity-v3-only/run.yaml | 2 | ||||
-rw-r--r-- | playbooks/legacy/novaclient-dsvm-functional-neutron/run.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/legacy/novaclient-dsvm-functional-identity-v3-only/run.yaml b/playbooks/legacy/novaclient-dsvm-functional-identity-v3-only/run.yaml index ca45b736..8b776631 100644 --- a/playbooks/legacy/novaclient-dsvm-functional-identity-v3-only/run.yaml +++ b/playbooks/legacy/novaclient-dsvm-functional-identity-v3-only/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/novaclient-dsvm-functional-neutron/run.yaml b/playbooks/legacy/novaclient-dsvm-functional-neutron/run.yaml index fb13df18..68231b1a 100644 --- a/playbooks/legacy/novaclient-dsvm-functional-neutron/run.yaml +++ b/playbooks/legacy/novaclient-dsvm-functional-neutron/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' |