From e425c5064f9387ea1aea62c70ce63dbd00dd8cd6 Mon Sep 17 00:00:00 2001 From: OpenDev Sysadmins Date: Fri, 19 Apr 2019 19:52:26 +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 | 4 ++-- .zuul.yaml | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitreview b/.gitreview index a9843ce5..e33012aa 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] -host=review.openstack.org +host=review.opendev.org port=29418 -project=openstack/stx-nfv.git +project=starlingx/nfv.git diff --git a/.zuul.yaml b/.zuul.yaml index d1c54e1e..4ccee058 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -37,7 +37,7 @@ parent: tox description: Run py27 for nfv required-projects: - - openstack/stx-fault + - starlingx/fault vars: tox_envlist: py27 tox_extra_args: -c nfv/tox.ini @@ -47,7 +47,7 @@ parent: tox description: Run py37 for nfv required-projects: - - openstack/stx-fault + - starlingx/fault vars: tox_envlist: py37 tox_extra_args: -c nfv/tox.ini @@ -59,7 +59,7 @@ parent: tox description: Run pep8 for nfv required-projects: - - openstack/stx-fault + - starlingx/fault vars: tox_envlist: pep8 tox_extra_args: -c nfv/tox.ini @@ -69,7 +69,7 @@ parent: tox description: Run pylint for nfv required-projects: - - openstack/stx-fault + - starlingx/fault vars: tox_envlist: pylint tox_extra_args: -c nfv/tox.ini @@ -96,11 +96,11 @@ required-projects: - openstack/barbican - openstack/python-barbicanclient - - openstack/stx-config - - openstack/stx-fault - - openstack/stx-integ - - openstack/stx-metal - - openstack/stx-update + - starlingx/config + - starlingx/fault + - starlingx/integ + - starlingx/metal + - starlingx/update vars: tox_envlist: functional devstack_services: @@ -114,7 +114,7 @@ nfv-vim: true nfv-client: true devstack_plugins: - barbican: https://git.openstack.org/openstack/barbican + barbican: https://opendev.org/openstack/barbican stx-config: https://git.starlingx.io/stx-config stx-fault: https://git.starlingx.io/stx-fault stx-integ: https://git.starlingx.io/stx-integ