Files
ironic/releasenotes/notes/add_standalone_ports_supported_field-4c59702a052acf38.yaml
Vasyl Saienko 541947f906 Add standalone_ports_supported to portgroup - DB
This patch is a database change to portgroup object that adds
a new field standalone_ports_supported. The field indicates
whether interfaces that belongs to the portgroup may be used
as individual interfaces. For example when hardware doesn't
support portchannel fallback.

Related-Bug: #1618754
Change-Id: I24c2408a0769b630ce275f8688705fc35efd41a8
2016-08-31 11:30:46 +03:00

7 lines
222 B
YAML

---
features:
- Add the field `standalone_ports_supported` to the
portgroup object. This field indicates whether
ports that are members of this portgroup can be
used as stand alone ports. By default is True.