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 | e07be7f338e15da0ed851e1031ba91cdaf4616e3 (patch) | |
tree | d5e7a122072f1ecdfc19a9c621e3e6724b551488 | |
parent | 1bf32683702274b8668a3a4fe86649e3e1294c34 (diff) | |
download | python-novaclient-e07be7f338e15da0ed851e1031ba91cdaf4616e3.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: Id73551fd737f70c4865b84406bb788590c3b5246
-rw-r--r-- | playbooks/legacy/novaclient-dsvm-functional/run.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/legacy/novaclient-dsvm-functional/run.yaml b/playbooks/legacy/novaclient-dsvm-functional/run.yaml index e4bed30c..935b3f13 100644 --- a/playbooks/legacy/novaclient-dsvm-functional/run.yaml +++ b/playbooks/legacy/novaclient-dsvm-functional/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' |