dd57ed5a2d
This patch adds portgroups subcontroller. The API version has been bumped to 1.24. New endpoints were added: * '/v1/nodes/<node>/portgroups' * '/v1/portgroups/<pg>/ports' Starting with this API version, ports have a new 'portgroup_uuid' field that contains UUID of a portgroup this port belongs to. Partial-bug: #1618754 DocImpact Co-Authored-By: Jenny Moorehead <jenny.moorehead@sap.com> Co-Authored-By: Will Stevenson <will.stevenson@sap.com> Co-Authored-By: Vasyl Saienko <vsaienko@mirantis.com> Co-Authored-By: Vladyslav Drok <vdrok@mirantis.com> Co-Authored-By: Zhenguo Niu <Niu.ZGlinux@gmail.com> Co-Authored-By: Michael Turek <mjturek@linux.vnet.ibm.com> Change-Id: I597ae1a3a969ee9fb4df57e444c606c77c5c093c
11 lines
347 B
YAML
11 lines
347 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds, starting with REST API version 1.24:
|
|
|
|
* the new endpoint `v1/nodes/<node>/portgroups`;
|
|
* the new endpoint `v1/portgroups/<portgroup>/ports`;
|
|
* the new field `portgroup_uuid` to a port. This is the UUID
|
|
of a port group that this port belongs to, or None if it doesn't
|
|
belong to any port group.
|