Reviewed: https://review.opendev.org/c/openstack/neutron/+/892815 Committed: https://opendev.org/openstack/neutron/commit/354205a42372ce2480b14a5e9b80eb0d91991b37 Submitter: "Zuul (22348)" Branch: master
commit 354205a42372ce2480b14a5e9b80eb0d91991b37 Author: Jakub Libosvar <[email protected]> Date: Fri Aug 25 01:52:24 2023 +0000 Forbid updating vnic type on a bound port The vnic type should not be changed once the port is bound since it's related to the actual port binding. The patch validates the port update operation and fails the update if the vnic type is attempted to be changed on a bound port. Closes-bug: #2033090 Change-Id: I5cb79d9da96ba41a7787083c81f522c328fae049 Signed-off-by: Jakub Libosvar <[email protected]> ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/2033090 Title: Able to change vnic type on a bound port Status in neutron: Fix Released Bug description: When a port is bound, it's still possible to change its vnic type. This doesn't make sense and the operation should not be allowed. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/2033090/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

