Merge "Replace openstack.org git:// URLs with https://"

This commit is contained in:
Zuul 2019-03-26 15:35:04 +00:00 committed by Gerrit Code Review
commit b50b66b885
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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.

View File

@ -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