![Vladyslav Drok](/assets/img/avatar_default.png)
Mode can be left empty on creation, the value will be populated by the dbapi, but in case of updates, we should not allow removing it. Partial-Bug: #1618754 Change-Id: I917b23bc155972b777b143d16545a49039604910
14 lines
656 B
YAML
14 lines
656 B
YAML
---
|
|
features:
|
|
- Adds ``mode`` and ``properties`` fields in the portgroup object. Both of
|
|
them are optional and can be set from the API, though it is forbidden to
|
|
remove the ``mode`` from the portgroup. 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.
|