From 6a3c3f0089e466d246d79a759e8fc5c0b39b2957 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:34:13 +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: Id879e3beb5e3c34c9413f1d1342c43f7634ef957 --- doc/source/contributor/dev-quickstart.rst | 8 ++++---- playbooks/legacy/mogan-dsvm-tempest-plugin/run.yaml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/source/contributor/dev-quickstart.rst b/doc/source/contributor/dev-quickstart.rst index 420dfd31..2496df61 100644 --- a/doc/source/contributor/dev-quickstart.rst +++ b/doc/source/contributor/dev-quickstart.rst @@ -254,10 +254,10 @@ Create devstack/local.conf with minimal settings required to enable Mogan:: SWIFT_TEMPURL_KEY=password # Enable Ironic plugin - enable_plugin ironic git://git.openstack.org/openstack/ironic + enable_plugin ironic https://git.openstack.org/openstack/ironic # Enable Mogan plugin - enable_plugin mogan git://git.openstack.org/openstack/mogan + enable_plugin mogan https://git.openstack.org/openstack/mogan ENABLED_SERVICES=g-api,g-reg,q-agt,q-dhcp,q-l3,q-svc,key,mysql,rabbit,ir-api,ir-cond,s-account,s-container,s-object,s-proxy,tempest @@ -316,10 +316,10 @@ local.conf should be as follows:: SWIFT_TEMPURL_KEY=password # Enable Ironic plugin - enable_plugin ironic git://git.openstack.org/openstack/ironic + enable_plugin ironic https://git.openstack.org/openstack/ironic # Enable Mogan plugin - enable_plugin mogan git://git.openstack.org/openstack/mogan + enable_plugin mogan https://git.openstack.org/openstack/mogan # Install networking-generic-switch Neutron ML2 driver that interacts with OVS enable_plugin networking-generic-switch https://git.openstack.org/openstack/networking-generic-switch diff --git a/playbooks/legacy/mogan-dsvm-tempest-plugin/run.yaml b/playbooks/legacy/mogan-dsvm-tempest-plugin/run.yaml index 0895cf65..9e600b53 100644 --- a/playbooks/legacy/mogan-dsvm-tempest-plugin/run.yaml +++ b/playbooks/legacy/mogan-dsvm-tempest-plugin/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' @@ -29,8 +29,8 @@ set -x cat << 'EOF' >>"/tmp/dg-local.conf" [[local|localrc]] - enable_plugin ironic git://git.openstack.org/openstack/ironic - enable_plugin mogan git://git.openstack.org/openstack/mogan + enable_plugin ironic https://git.openstack.org/openstack/ironic + enable_plugin mogan https://git.openstack.org/openstack/mogan IRONIC_TEMPEST_WHOLE_DISK_IMAGE=True IRONIC_USE_RESOURCE_CLASSES=True