diff --git a/.zuul.yaml b/.zuul.yaml index c90454567b..8b3cd6a953 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -43,7 +43,7 @@ keystone-saml2-federation: true tls-proxy: false devstack_plugins: - keystone: git://git.openstack.org/openstack/keystone + keystone: https://git.openstack.org/openstack/keystone zuul_copy_output: /etc/shibboleth: logs @@ -103,7 +103,7 @@ keystone-saml2-federation: true tls-proxy: false devstack_plugins: - keystone: git://git.openstack.org/openstack/keystone + keystone: https://git.openstack.org/openstack/keystone zuul_copy_output: /etc/shibboleth: logs @@ -119,7 +119,7 @@ keystone-saml2-federation: true tls-proxy: false devstack_plugins: - keystone: git://git.openstack.org/openstack/keystone + keystone: https://git.openstack.org/openstack/keystone zuul_copy_output: /etc/shibboleth: logs diff --git a/doc/source/contributor/testing-keystone.rst b/doc/source/contributor/testing-keystone.rst index e35ae35bbc..e95cbe93b2 100644 --- a/doc/source/contributor/testing-keystone.rst +++ b/doc/source/contributor/testing-keystone.rst @@ -233,7 +233,7 @@ in your `devstack` `local.conf`` file: .. code-block:: bash [[local|localrc]] - enable_plugin keystone git://git.openstack.org/openstack/keystone + enable_plugin keystone https://git.openstack.org/openstack/keystone enable_service keystone-saml2-federation Clone and install keystone-tempest-plugin. diff --git a/playbooks/legacy/keystone-dsvm-grenade-multinode/run.yaml b/playbooks/legacy/keystone-dsvm-grenade-multinode/run.yaml index c84eda82ce..ba5f3c1cab 100644 --- a/playbooks/legacy/keystone-dsvm-grenade-multinode/run.yaml +++ b/playbooks/legacy/keystone-dsvm-grenade-multinode/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' @@ -38,7 +38,7 @@ fi export DEVSTACK_GATE_TOPOLOGY="multinode" export MULTI_KEYSTONE=1 - export DEVSTACK_LOCAL_CONFIG="enable_plugin keystone git://git.openstack.org/openstack/keystone" + export DEVSTACK_LOCAL_CONFIG="enable_plugin keystone https://git.openstack.org/openstack/keystone" export DEVSTACK_LOCAL_CONFIG+=$'\n'"MULTI_KEYSTONE=1" cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh