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