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:39:33 +00:00
parent a4654b5013
commit a3ff9afbf0
2 changed files with 12 additions and 12 deletions

View File

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

View File

@ -5,11 +5,11 @@
Run tox python 27 unittests against master of important libs Run tox python 27 unittests against master of important libs
vars: vars:
tox_install_siblings: true tox_install_siblings: true
zuul_work_dir: src/git.openstack.org/openstack-infra/shade zuul_work_dir: src/opendev.org/openstack/shade
# shade in required-projects so that os-client-config and keystoneauth # shade in required-projects so that os-client-config and keystoneauth
# can add the job as well # can add the job as well
required-projects: required-projects:
- openstack-infra/shade - openstack/shade
- openstack/keystoneauth - openstack/keystoneauth
- openstack/openstacksdk - openstack/openstacksdk
- openstack/os-client-config - openstack/os-client-config
@ -21,11 +21,11 @@
Run tox python 35 unittests against master of important libs Run tox python 35 unittests against master of important libs
vars: vars:
tox_install_siblings: true tox_install_siblings: true
zuul_work_dir: src/git.openstack.org/openstack-infra/shade zuul_work_dir: src/opendev.org/openstack/shade
# shade in required-projects so that os-client-config and keystoneauth # shade in required-projects so that os-client-config and keystoneauth
# can add the job as well # can add the job as well
required-projects: required-projects:
- openstack-infra/shade - openstack/shade
- openstack/keystoneauth - openstack/keystoneauth
- openstack/openstacksdk - openstack/openstacksdk
- openstack/os-client-config - openstack/os-client-config
@ -51,7 +51,7 @@
# These jobs will DTRT when shade triggers them, but we want to make # These jobs will DTRT when shade triggers them, but we want to make
# sure stable branches of shade never get cloned by other people, # sure stable branches of shade never get cloned by other people,
# since stable branches of shade are, well, not actually things. # since stable branches of shade are, well, not actually things.
- name: openstack-infra/shade - name: openstack/shade
override-checkout: master override-checkout: master
- name: openstack/heat - name: openstack/heat
- name: openstack/swift - name: openstack/swift
@ -75,7 +75,7 @@
s-object: true s-object: true
s-proxy: true s-proxy: true
devstack_plugins: devstack_plugins:
heat: https://git.openstack.org/openstack/heat heat: https://opendev.org/openstack/heat
tox_environment: tox_environment:
# Do we really need to set this? It's cargo culted # Do we really need to set this? It's cargo culted
PYTHONUNBUFFERED: 'true' PYTHONUNBUFFERED: 'true'
@ -88,7 +88,7 @@
SHADE_HAS_SWIFT: 1 SHADE_HAS_SWIFT: 1
tox_install_siblings: false tox_install_siblings: false
tox_envlist: functional tox_envlist: functional
zuul_work_dir: src/git.openstack.org/openstack-infra/shade zuul_work_dir: src/opendev.org/openstack/shade
- job: - job:
name: shade-functional-devstack-legacy name: shade-functional-devstack-legacy
@ -159,7 +159,7 @@
- openstack/python-magnumclient - openstack/python-magnumclient
vars: vars:
devstack_plugins: devstack_plugins:
magnum: https://git.openstack.org/openstack/magnum magnum: https://opendev.org/openstack/magnum
devstack_localrc: devstack_localrc:
MAGNUM_GUEST_IMAGE_URL: https://tarballs.openstack.org/magnum/images/fedora-atomic-f23-dib.qcow2 MAGNUM_GUEST_IMAGE_URL: https://tarballs.openstack.org/magnum/images/fedora-atomic-f23-dib.qcow2
MAGNUM_IMAGE_NAME: fedora-atomic-f23-dib MAGNUM_IMAGE_NAME: fedora-atomic-f23-dib
@ -192,9 +192,9 @@
required-projects: required-projects:
- name: github.com/ansible/ansible - name: github.com/ansible/ansible
override-checkout: stable-2.5 override-checkout: stable-2.5
- name: openstack-infra/shade - name: openstack/shade
override-checkout: master override-checkout: master
- name: openstack-dev/devstack - name: openstack/devstack
override-checkout: master override-checkout: master
vars: vars:
# test-matrix grabs branch from the zuul branch setting. If the job # test-matrix grabs branch from the zuul branch setting. If the job