
This change adds mode and properties fields into portgroup object and adds a new API microversion to work with them. It also makes portgroups' address field optional for all API microversions. Partial-Bug: #1618754 Change-Id: Id8c62fa56908040b0df16cc54c122ce2473a4587
13 lines
586 B
YAML
13 lines
586 B
YAML
---
|
|
features:
|
|
- Adds ``mode`` and ``properties`` fields in the portgroup object. Both of
|
|
them are optional and can be set from the API. They are available starting
|
|
with API microversion 1.26. If the ``mode`` field of a portgroup is not
|
|
specified in a POST request, its value will be set to the value of the
|
|
configuration option ``[DEFAULT]default_portgroup_mode``. The configuration
|
|
option ``[DEFAULT]default_portgroup_mode`` has a value of ``active-backup``
|
|
by default.
|
|
fixes:
|
|
- |
|
|
``address`` field of a portgroup is optional for all API microversions.
|