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
This commit is contained in:
Jim Rollenhagen 2016-08-30 09:31:47 -04:00 committed by John L. Villalovos
parent ce941d49fe
commit 2262f9862f
16 changed files with 48 additions and 88 deletions

View File

@ -1,9 +1,10 @@
---
features:
- Added a new ``ironic create`` command that creates resources (chassis,
- Adds a new ``ironic create`` command that creates resources (chassis,
nodes, ports) specified in one or more JSON (``*.json``) or YAML
(``*.yaml``) files. Similar to the ``ironic create`` command, the
``openstack baremetal create`` command creates resources specified in one
or more files. (Note that ``openstack baremetal create`` can also be used
to create a node via specified node attributes. However this feature is
deprecated.)
(``*.yaml``) files.
- Adds a new ``openstack baremetal create`` command. Similar to the ``ironic
create`` command, this command creates resources specified in one or more
files. (Note that ``openstack baremetal create`` can also be used to create
a node via specified node attributes. However, this feature has been
deprecated since 1.4.0.)

View File

@ -1,5 +1,5 @@
---
features:
- Added ``internal_info`` field to port resource, so that it is now shown
when issuing ``ironic port-show`` and ``ironic port-list --detail``
commands.
- The ``ironic port-show``, ``ironic port-list --detail``, and ``ironic
node-port-list --detail`` commands now include the ``internal_info`` field
in the output.

View File

@ -1,11 +0,0 @@
---
features:
- |
Extend the OpenStackClient plugin with new chassis 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

View File

@ -0,0 +1,31 @@
---
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.

View File

@ -1,4 +0,0 @@
---
upgrade:
- osc-lib is a package of common support modules for writing OSC plugins.
So use osc-lib instead of cliff and OpenStackClient.

View File

@ -1,6 +1,6 @@
---
features:
- |
Adds an optional '--chassis' (chassis UUID) to the
"openstack baremetal node list" command. It provides the
Add an option ``--chassis <chassis UUID>`` to the
``openstack baremetal node list`` command. It provides the
ability to get a list of the nodes of the specified chassis.

View File

@ -1,6 +0,0 @@
---
features:
- |
Extend the OpenStackClient plugin with the new command:
* openstack baremetal port list

View File

@ -1,6 +0,0 @@
---
features:
- |
Extend the OpenStackClient plugin with the new command:
* openstack baremetal port delete

View File

@ -1,7 +0,0 @@
---
features:
- |
Extend the OpenStackClient plugin with new commands:
* openstack baremetal port unset
* openstack baremetal port set

View File

@ -1,10 +0,0 @@
---
features:
- |
Extend the OpenStackClient plugin with new commands:
* openstack baremetal driver list
* openstack baremetal driver passthru call
* openstack baremetal driver passthru list
* openstack baremetal driver show

View File

@ -1,5 +0,0 @@
---
features:
- |
Extends the OpenStackClient plug-in with the command
"openstack baremetal node adopt".

View File

@ -1,9 +0,0 @@
---
features:
- |
Extends the OpenStackClient plug-in with new commands:
* openstack baremetal node boot device set
* openstack baremetal node boot device show
* openstack baremetal node passthru call
* openstack baremetal node passthru list

View File

@ -1,8 +0,0 @@
---
features:
- |
Extends the OpenStackClient plug-in with new commands:
* openstack baremetal node console disable
* openstack baremetal node console enable
* openstack baremetal node console show

View File

@ -3,6 +3,6 @@ features:
- |
Allows setting and unsetting (clearing) the node's target
RAID configuration via the OpenStackClient plugin commands
'openstack baremetal node set --target-raid-config' and
'openstack baremetal node unset --target-raid-config'
``openstack baremetal node set --target-raid-config`` and
``openstack baremetal node unset --target-raid-config``
respectively.

View File

@ -1,6 +0,0 @@
---
features:
- |
Extends the OpenStackClient plug-in with the new command:
* openstack baremetal node validate

View File

@ -1,5 +1,5 @@
---
features:
- Add --wait flag to "node-set-provision-state" command and the associated
"node.wait_for_provision_state" method to the Python API.
The flag works with all provision actions except for "abort".
- Adds ``--wait`` flag to the ``ironic node-set-provision-state`` command and
the associated ``node.wait_for_provision_state`` method in the Python API.
The flag works with all provision state changes except for ``abort``.