summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorIan Wienand <iwienand@redhat.com>2019-03-24 20:33:58 +0000
committerIan Wienand <iwienand@redhat.com>2019-03-24 20:33:58 +0000
commit4e523ce42252a72a1b013be8300fb5b3de4cc776 (patch)
treee9d710922efdfe36d625787b462aa8c6a94cce78 /playbooks
parent52453880ef6874d8b2cf4468097b5f53e6b8bd50 (diff)
downloadkeystone-4e523ce42252a72a1b013be8300fb5b3de4cc776.tar.gz
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
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/legacy/keystone-dsvm-grenade-multinode/run.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/legacy/keystone-dsvm-grenade-multinode/run.yaml b/playbooks/legacy/keystone-dsvm-grenade-multinode/run.yaml
index c84eda82c..ba5f3c1ca 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