Temporarily remove neutron dynamic routing

Neutron dynamic routing can be temporarily disabled, as it is not
being used until a known issue gets fixed [1].
[1] https://bugs.launchpad.net/manila/+bug/1940324
Related-Bug: #1940324
Change-Id: Iceeb41ff8c34fe86f2825089140801f983a96a85
Signed-off-by: Carlos Eduardo <ces.eduardo98@gmail.com>
This commit is contained in:
Carlos Eduardo
2024年06月17日 15:12:18 -03:00
parent c6e0efeb6b
commit f7928e6d27

View File

@@ -174,8 +174,8 @@
environment with IPv6 control plane endpoints.
parent:manila-tempest-plugin-ipv6-base
abstract:true
required-projects:
- openstack/neutron-dynamic-routing
# TODO(carloss): enable neutron-dynamic-routing setup when LP #1998489
# is fixed.
vars:
tempest_test_regex:'(^manila_tempest_tests.tests)(?=.*\[.*\bbackend\b.*\])'
devstack_services:&devstack-with-ovs
@@ -214,8 +214,8 @@
MANILA_SETUP_IPV6:true
NEUTRON_CREATE_INITIAL_NETWORKS:false
MANILA_RESTORE_IPV6_DEFAULT_ROUTE:false
devstack_plugins:
neutron-dynamic-routing:https://opendev.org/openstack/neutron-dynamic-routing
# TODO(carloss): enable neutron-dynamic-routing setup when LP #1998489
# is fixed.
devstack_local_conf:
test-config:
$TEMPEST_CONFIG:
@@ -434,7 +434,8 @@
parent:manila-tempest-plugin-base
required-projects:
- openstack/devstack-plugin-ceph
- openstack/neutron-dynamic-routing
# TODO(carloss): enable neutron-dynamic-routing setup when LP #1998489
# is fixed.
vars:
tempest_concurrency:2
# turning off some tests due to exhaustion of disk space
@@ -445,7 +446,8 @@
devstack_services:*devstack-with-ovs# LP 1940324
devstack_plugins:
devstack-plugin-ceph:https://opendev.org/openstack/devstack-plugin-ceph
neutron-dynamic-routing:https://opendev.org/openstack/neutron-dynamic-routing
# TODO(carloss): enable neutron-dynamic-routing setup when LP #1998489
# is fixed.
devstack_localrc:
# NOTE(gouthamr): LP#1940324 prevents bgp usage with OVN, use OVS
Q_AGENT:openvswitch
Reference in New Issue
openstack/manila-tempest-plugin
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.