Remove FWaaS v1 support#2320
Closed
EmilienM wants to merge 1 commit intogophercloud:masterfrom
EmilienM:removal_fwaasv1
Closed
Remove FWaaS v1 support#2320EmilienM wants to merge 1 commit intogophercloud:masterfrom EmilienM:removal_fwaasv1
EmilienM wants to merge 1 commit intogophercloud:masterfrom
EmilienM:removal_fwaasv1
Conversation
FWaaS v1 was deprecated in the Newton cycle and removed entirely in the Stein cycle.
|
Build failed.
|
mdelord
pushed a commit
to ovh/gophercloud
that referenced
this pull request
Oct 7, 2022
This runs a Github Action to: * Deploy Devstack with Neutron * Run acceptance/openstack/networking * Unskip a lot of tests * Do not test FWaaS v1, too old and will be removed from Gophercloud via gophercloud#2320 * Skip FWAAS v2 testing after Ussuri (service was removed); and deploy it only on Ussuri and Train, so it can still be tested. * Fix a test for FWAAS, where ICMP rule can't have a port in source and source/dest have to be comma separated ranges. * Skip TestAgentsRUD because it can't work with OVN (default in devstack now). This test will have to be reworked in the future. * Fix TestDNSPortCRUDL test (some typos) * Skip TestLayer3RouterAgents because it can't work with OVN (default in devstack now). This test will have to be rewored in the future. * Skip TestDNSFloatingIPCRDL which doesn't work with ML2/OVN * Skip LBAAS (v1 and v2) from Neutron API, it was removed and replaced by Octavia. We'll need to deprecate and remove it from Gophercloud as well. * In TestMTUNetworkCRUDL, reduce the MTU to 1440. With OVN + Geneve, we can't go above 1442, so let's set 1440 for the test to be safe. * Skip VlanTransparent, Trunk and QoS testing if the extension is not there. * Post logs if we encounter a failure
11 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
FWaaS v1 was deprecated in the Newton cycle and removed entirely in the Stein cycle.