From a461e079168f4cbbe00f6552f34aef2a4c75ce6e Mon Sep 17 00:00:00 2001 From: OpenDev Sysadmins Date: Fri, 19 Apr 2019 19:37:05 +0000 Subject: [PATCH] OpenDev Migration Patch This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have. --- .gitreview | 2 +- .zuul.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitreview b/.gitreview index 0a89fc51e..c1309c054 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] -host=review.openstack.org +host=review.opendev.org port=29418 project=openstack/mistral.git diff --git a/.zuul.yaml b/.zuul.yaml index ed8914e05..56b5e13b9 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -4,8 +4,8 @@ timeout: 7800 vars: devstack_plugins: - mistral: https://git.openstack.org/openstack/mistral - heat: https://git.openstack.org/openstack/heat + mistral: https://opendev.org/openstack/mistral + heat: https://opendev.org/openstack/heat devstack_services: heat: true h-api: true @@ -19,8 +19,8 @@ MISTRAL_RPC_IMPLEMENTATION: oslo MYSQL_ROOT_PW: secretdatabase required-projects: - - openstack-dev/devstack - - openstack-infra/devstack-gate + - openstack/devstack + - openstack/devstack-gate - openstack/heat - openstack/mistral - openstack/python-mistralclient @@ -32,7 +32,7 @@ parent: rally-task-mistral vars: devstack_plugins: - rally-openstack: https://git.openstack.org/openstack/rally-openstack + rally-openstack: https://opendev.org/openstack/rally-openstack rally_task: rally-jobs/task-mistral.yaml required-projects: - openstack/rally-openstack