354205a423
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>
8 lines
263 B
YAML
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.
|