From eae7a379326f137cd45b43168ceaca43fdab5fb3 Mon Sep 17 00:00:00 2001 From: OpenDev Sysadmins Date: Fri, 19 Apr 2019 19:43:58 +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 | 2 +- .zuul.yaml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitreview b/.gitreview index 64910a0b..e0ca148b 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] -host=review.openstack.org +host=review.opendev.org port=29418 project=openstack/neutron-tempest-plugin.git diff --git a/.zuul.yaml b/.zuul.yaml index 88269b32..3e2318cc 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -5,9 +5,9 @@ description: | Perform setup common to all Neutron tempest tests roles: - - zuul: openstack-dev/devstack + - zuul: openstack/devstack required-projects: - - openstack-infra/devstack-gate + - openstack/devstack-gate - openstack/neutron - openstack/neutron-tempest-plugin - openstack/tempest @@ -81,8 +81,8 @@ USE_PYTHON3: true NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_tempest) | join(',') }}" devstack_plugins: - neutron: https://git.openstack.org/openstack/neutron.git - neutron-tempest-plugin: https://git.openstack.org/openstack/neutron-tempest-plugin.git + neutron: https://opendev.org/openstack/neutron.git + neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git tempest_plugins: - neutron-tempest-plugin devstack_services: @@ -437,7 +437,7 @@ devstack_local_conf: test-config: # NOTE: ignores linux bridge's trunk delete on bound port test - # for queens branch (as https://review.openstack.org/#/c/605589/ + # for queens branch (as https://review.opendev.org/#/c/605589/ # fix will not apply for queens branch) $TEMPEST_CONFIG: neutron_plugin_options: @@ -458,7 +458,7 @@ devstack_local_conf: test-config: # NOTE: ignores linux bridge's trunk delete on bound port test - # for rocky branch (as https://review.openstack.org/#/c/605589/ + # for rocky branch (as https://review.opendev.org/#/c/605589/ # fix will not apply for rocky branch) $TEMPEST_CONFIG: neutron_plugin_options: @@ -480,9 +480,9 @@ description: | Perform setup for Neutron tempest tests in multinode with DVR scenario roles: - - zuul: openstack-dev/devstack + - zuul: openstack/devstack required-projects: - - openstack-infra/devstack-gate + - openstack/devstack-gate - openstack/neutron - openstack/neutron-tempest-plugin - openstack/tempest @@ -507,8 +507,8 @@ ADVANCED_INSTANCE_USER: ubuntu BUILD_TIMEOUT: 784 devstack_plugins: - neutron: https://git.openstack.org/openstack/neutron.git - neutron-tempest-plugin: https://git.openstack.org/openstack/neutron-tempest-plugin.git + neutron: https://opendev.org/openstack/neutron.git + neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git tempest_plugins: - neutron-tempest-plugin devstack_services: @@ -651,7 +651,7 @@ # empty ADVANCED_IMAGE_NAME: "" devstack_plugins: - designate: https://git.openstack.org/openstack/designate.git + designate: https://opendev.org/openstack/designate.git devstack_services: cinder: false designate: true