python-ironicclient/releasenotes/notes/osc-commands-1-7-d531960472a11ac2.yaml
Jim Rollenhagen 2262f9862f Clean up release notes for 1.7
* Consolidate new commands into one release note
* Remove upgrade note about osc-lib, as there's no actionable thing to
  do or thing to watch out for (it's all handled by pip).
* Clean up some grammar and things a bit

Change-Id: I3cd8688612e11b768de358f3fd758f3be9ecf7fc
2016-08-31 13:24:44 -07:00

32 lines
1.1 KiB
YAML

---
features:
- |
Adds new OpenStackClient commands:
* ``openstack baremetal chassis create``
* ``openstack baremetal chassis delete``
* ``openstack baremetal chassis list``
* ``openstack baremetal chassis set``
* ``openstack baremetal chassis show``
* ``openstack baremetal chassis unset``
* ``openstack baremetal driver list``
* ``openstack baremetal driver passthru call``
* ``openstack baremetal driver passthru list``
* ``openstack baremetal driver show``
* ``openstack baremetal node adopt``
* ``openstack baremetal node boot device set``
* ``openstack baremetal node boot device show``
* ``openstack baremetal node console disable``
* ``openstack baremetal node console enable``
* ``openstack baremetal node console show``
* ``openstack baremetal node passthru call``
* ``openstack baremetal node passthru list``
* ``openstack baremetal node validate``
* ``openstack baremetal port delete``
* ``openstack baremetal port list``
* ``openstack baremetal port set``
* ``openstack baremetal port unset``
Please see the help for each command for more information.