From 41c54aaabfc5285372b42c70d8723ef914c4ff75 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:35:35 +0000 Subject: [PATCH] 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: Iad14abf2cf8a0ce8fa293767ab1c8f6c642f594a --- performa/scenarios/mq/kafka.yaml | 2 +- performa/scenarios/mq/rabbitmq-ha-call.yaml | 2 +- performa/scenarios/mq/rabbitmq-ha-cast.yaml | 2 +- performa/scenarios/mq/rabbitmq-ha-notify.yaml | 2 +- performa/scenarios/mq/rabbitmq.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/performa/scenarios/mq/kafka.yaml b/performa/scenarios/mq/kafka.yaml index 75e5229..64ba01a 100644 --- a/performa/scenarios/mq/kafka.yaml +++ b/performa/scenarios/mq/kafka.yaml @@ -16,7 +16,7 @@ setup: - apt: name=git become: yes - name: installing omsimulator - git: repo=git://git.openstack.org/openstack/oslo.messaging + git: repo=https://git.openstack.org/openstack/oslo.messaging dest=/tmp/performa/oslo.messaging - apt: name=python-dev become: yes diff --git a/performa/scenarios/mq/rabbitmq-ha-call.yaml b/performa/scenarios/mq/rabbitmq-ha-call.yaml index 78c702a..15b3162 100644 --- a/performa/scenarios/mq/rabbitmq-ha-call.yaml +++ b/performa/scenarios/mq/rabbitmq-ha-call.yaml @@ -18,7 +18,7 @@ setup: - apt: name=daemon become: yes - name: installing omsimulator - git: repo=git://git.openstack.org/openstack/oslo.messaging + git: repo=https://git.openstack.org/openstack/oslo.messaging dest=/tmp/performa/oslo.messaging - apt: name=python-dev become: yes diff --git a/performa/scenarios/mq/rabbitmq-ha-cast.yaml b/performa/scenarios/mq/rabbitmq-ha-cast.yaml index b169ac6..9db1d24 100644 --- a/performa/scenarios/mq/rabbitmq-ha-cast.yaml +++ b/performa/scenarios/mq/rabbitmq-ha-cast.yaml @@ -18,7 +18,7 @@ setup: - apt: name=daemon become: yes - name: installing omsimulator - git: repo=git://git.openstack.org/openstack/oslo.messaging + git: repo=https://git.openstack.org/openstack/oslo.messaging dest=/tmp/performa/oslo.messaging - apt: name=python-dev become: yes diff --git a/performa/scenarios/mq/rabbitmq-ha-notify.yaml b/performa/scenarios/mq/rabbitmq-ha-notify.yaml index 90f758b..b32d750 100644 --- a/performa/scenarios/mq/rabbitmq-ha-notify.yaml +++ b/performa/scenarios/mq/rabbitmq-ha-notify.yaml @@ -18,7 +18,7 @@ setup: - apt: name=daemon become: yes - name: installing omsimulator - git: repo=git://git.openstack.org/openstack/oslo.messaging + git: repo=https://git.openstack.org/openstack/oslo.messaging dest=/tmp/performa/oslo.messaging - apt: name=python-dev become: yes diff --git a/performa/scenarios/mq/rabbitmq.yaml b/performa/scenarios/mq/rabbitmq.yaml index d17b6f3..ab03a1d 100644 --- a/performa/scenarios/mq/rabbitmq.yaml +++ b/performa/scenarios/mq/rabbitmq.yaml @@ -19,7 +19,7 @@ setup: - apt: name=daemon become: yes - name: installing omsimulator - git: repo=git://git.openstack.org/openstack/oslo.messaging + git: repo=https://git.openstack.org/openstack/oslo.messaging dest=/tmp/performa/oslo.messaging - apt: name=python-dev become: yes