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.
This commit is contained in:
OpenDev Sysadmins 2019-04-19 19:37:05 +00:00
parent 6045847fe6
commit a461e07916
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
[gerrit] [gerrit]
host=review.openstack.org host=review.opendev.org
port=29418 port=29418
project=openstack/mistral.git project=openstack/mistral.git

View File

@ -4,8 +4,8 @@
timeout: 7800 timeout: 7800
vars: vars:
devstack_plugins: devstack_plugins:
mistral: https://git.openstack.org/openstack/mistral mistral: https://opendev.org/openstack/mistral
heat: https://git.openstack.org/openstack/heat heat: https://opendev.org/openstack/heat
devstack_services: devstack_services:
heat: true heat: true
h-api: true h-api: true
@ -19,8 +19,8 @@
MISTRAL_RPC_IMPLEMENTATION: oslo MISTRAL_RPC_IMPLEMENTATION: oslo
MYSQL_ROOT_PW: secretdatabase MYSQL_ROOT_PW: secretdatabase
required-projects: required-projects:
- openstack-dev/devstack - openstack/devstack
- openstack-infra/devstack-gate - openstack/devstack-gate
- openstack/heat - openstack/heat
- openstack/mistral - openstack/mistral
- openstack/python-mistralclient - openstack/python-mistralclient
@ -32,7 +32,7 @@
parent: rally-task-mistral parent: rally-task-mistral
vars: vars:
devstack_plugins: 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 rally_task: rally-jobs/task-mistral.yaml
required-projects: required-projects:
- openstack/rally-openstack - openstack/rally-openstack