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: Ic878f69afe5eaf9ec22194944c2dfd8e1ead0542
This commit is contained in:
parent
52453880ef
commit
4e523ce422
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user