neutron/releasenotes/notes/update-vnic-type-d2cb5b78d5ba1c32.yaml
Jakub Libosvar 354205a423 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 <libosvar@redhat.com>
2023-11-15 13:59:46 +00:00

8 lines
263 B
YAML

---
fixes:
- |
In previous versions, an administrator was allowed to update a port
``binding:vnic_type`` attribute even if it was bound. This is now blocked
and the update operation of the attribute returns the ``Conflict (409)``
response code.