8595b59e1a
This patch update OSC plugin to support basic portgroup operations: * create * delete * list * show * set * unset Related-Bug: #1618754 Co-Authored-By: Kyrylo Romanenko <kromanenko@mirantis.com> Co-Authored-By: Vladyslav Drok <vdrok@mirantis.com> Change-Id: Ic9c37495a82b9115d97f9b330cc13a1063f8b529
17 lines
525 B
YAML
17 lines
525 B
YAML
---
|
|
features:
|
|
- |
|
|
Extend the OpenStackClient plugin with new commands:
|
|
|
|
* openstack baremetal port group create
|
|
* openstack baremetal port group show
|
|
* openstack baremetal port group list
|
|
* openstack baremetal port group delete
|
|
* openstack baremetal port group set
|
|
* openstack baremetal port group unset
|
|
|
|
Extends the 'openstack baremetal port' commands
|
|
(where applicable) to allow specifying the port group
|
|
(if any) that a port is a member of, via the new --port-group
|
|
argument.
|