Networking V2: Added support for ML2 extension port_trusted_vif#3608
Merged
kayrus merged 1 commit intogophercloud:mainfrom Jan 22, 2026
Merged
Networking V2: Added support for ML2 extension port_trusted_vif#3608kayrus merged 1 commit intogophercloud:mainfrom
kayrus merged 1 commit intogophercloud:mainfrom
Conversation
Contributor
|
Jobs are failing on master branch due to eventlet module removal from neutron. This is a known problem. Here is the upstream patch to fix it https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/956747 On dalmation and epoxy, I believe it is because the extension is not enabled, so you may need to change the CI file to include it. |
0ac9e62 to
c5fdfc3
Compare
kayrus
reviewed
Jan 22, 2026
c5fdfc3 to
28049a5
Compare
kayrus
reviewed
Jan 22, 2026
This allows users to create and update the 'trusted'
status of a port via the ML2 extension.
Includes:
- Extension package definition
- Request/Response structs (CreateOptsExt, UpdateOptsExt)
- Unit tests and acceptance tests
Signed-off-by: Daniel Lawton <dlawton@redhat.com>
28049a5 to
9753503
Compare
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.
Fixes: #3597
Added Trusted VIF, The port-trusted-vif extension adds
trustedattribute to the port resource.Was implemented as an extension similar to how the
port_security_enabledextension is currently implemented in gophercloud.API Reference: here
Links to the line numbers/files in the OpenStack source code that support the
code in this PR:
https://opendev.org/openstack/neutron/src/commit/762694d1bd6092060ce08c29d12575e303ae2973/neutron/plugins/ml2/extensions/port_trusted.py