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