Adds a new physical_network field to the portgroup object. Adds logic to forbid changing Port.physical_network when said Port is already part of a Portgroup. Adds logic to Portgroup to cascade Portgroup.physical_network changes/updates to member Ports of the Portgroup. Adds RPC call to update physical_network on Portgroup. Foundational work for first milestone of trait based port scheduling. Depends-On: https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/955799 Change-Id: I5a9d9c19182b232bc1b8446644cab0bf6d68d139 Signed-off-by: Clif Houck <me@clifhouck.com>
8 lines
283 B
YAML
8 lines
283 B
YAML
---
|
|
features:
|
|
- |
|
|
A new "physical_network" field has been added to the Portgroup object. This
|
|
field is semantically the same as the "physical_network" Port field.
|
|
This will allow portgroups to be scheduled by physical network, similar
|
|
to ports, in a future change.
|