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:52:26 +00:00
parent 3102f5cfc5
commit e425c5064f
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/stx-nfv.git project=starlingx/nfv.git

View File

@ -37,7 +37,7 @@
parent: tox parent: tox
description: Run py27 for nfv description: Run py27 for nfv
required-projects: required-projects:
- openstack/stx-fault - starlingx/fault
vars: vars:
tox_envlist: py27 tox_envlist: py27
tox_extra_args: -c nfv/tox.ini tox_extra_args: -c nfv/tox.ini
@ -47,7 +47,7 @@
parent: tox parent: tox
description: Run py37 for nfv description: Run py37 for nfv
required-projects: required-projects:
- openstack/stx-fault - starlingx/fault
vars: vars:
tox_envlist: py37 tox_envlist: py37
tox_extra_args: -c nfv/tox.ini tox_extra_args: -c nfv/tox.ini
@ -59,7 +59,7 @@
parent: tox parent: tox
description: Run pep8 for nfv description: Run pep8 for nfv
required-projects: required-projects:
- openstack/stx-fault - starlingx/fault
vars: vars:
tox_envlist: pep8 tox_envlist: pep8
tox_extra_args: -c nfv/tox.ini tox_extra_args: -c nfv/tox.ini
@ -69,7 +69,7 @@
parent: tox parent: tox
description: Run pylint for nfv description: Run pylint for nfv
required-projects: required-projects:
- openstack/stx-fault - starlingx/fault
vars: vars:
tox_envlist: pylint tox_envlist: pylint
tox_extra_args: -c nfv/tox.ini tox_extra_args: -c nfv/tox.ini
@ -96,11 +96,11 @@
required-projects: required-projects:
- openstack/barbican - openstack/barbican
- openstack/python-barbicanclient - openstack/python-barbicanclient
- openstack/stx-config - starlingx/config
- openstack/stx-fault - starlingx/fault
- openstack/stx-integ - starlingx/integ
- openstack/stx-metal - starlingx/metal
- openstack/stx-update - starlingx/update
vars: vars:
tox_envlist: functional tox_envlist: functional
devstack_services: devstack_services:
@ -114,7 +114,7 @@
nfv-vim: true nfv-vim: true
nfv-client: true nfv-client: true
devstack_plugins: devstack_plugins:
barbican: https://git.openstack.org/openstack/barbican barbican: https://opendev.org/openstack/barbican
stx-config: https://git.starlingx.io/stx-config stx-config: https://git.starlingx.io/stx-config
stx-fault: https://git.starlingx.io/stx-fault stx-fault: https://git.starlingx.io/stx-fault
stx-integ: https://git.starlingx.io/stx-integ stx-integ: https://git.starlingx.io/stx-integ