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:51:27 +00:00
parent fe717a8c9b
commit a0c598cd3d
3 changed files with 9 additions and 9 deletions

View File

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

View File

@ -1,5 +1,5 @@
- project:
name: openstack/tobiko
name: x/tobiko
templates:
- check-requirements
- tempest-plugin-jobs

View File

@ -10,10 +10,10 @@
test setup. To run a multi-node test inherit from tobiko-devstack and
set the nodeset to a multi-node one.
required-projects:
- openstack-infra/devstack-gate
- openstack/devstack-gate
- openstack/heat
- openstack/neutron
- openstack/tobiko
- x/tobiko
timeout: 7200
vars:
devstack_localrc:
@ -23,9 +23,9 @@
TOBIKO_KEYSTONE_PASSWORD: secret_tobiko
TOBIKO_KEYSTONE_PROJECT_NAME: tobiko
devstack_plugins:
heat: https://git.openstack.org/openstack/heat.git
neutron: https://git.openstack.org/openstack/neutron.git
tobiko: https://git.openstack.org/openstack/tobiko.git
heat: https://opendev.org/openstack/heat.git
neutron: https://opendev.org/openstack/neutron.git
tobiko: https://opendev.org/x/tobiko.git
devstack_services:
heat: true
h-api: true
@ -80,7 +80,7 @@
devstack_localrc:
USE_PYTHON3: true
devstack_plugins:
neutron: git://git.openstack.org/openstack/neutron.git
neutron: git://opendev.org/openstack/neutron.git
devstack_services:
tempest: false
heat: false