Follow-up release note revision

This is follow-up of Ia0437529bcb1a3e8dd20bde55eb57e0443290028
to address the comments about emphasizing the commands.

Change-Id: I7746c59e84e67c8a02d9fa877e3fabc5ac29e887
Partial-Bug: #1526231
This commit is contained in:
Dao Cong Tien
2017-07-12 18:20:21 +07:00
parent 545b5c3019
commit 63a06cebeb

View File

@@ -4,14 +4,14 @@ features:
Adds support for storage_interface for the commands below. Adds support for storage_interface for the commands below.
They are available starting with ironic API microversion 1.33. They are available starting with ironic API microversion 1.33.
* ironic node-create * ``openstack baremetal node create``
* ironic node-show * ``openstack baremetal node show``
* ironic node-update * ``openstack baremetal node set``
* ironic driver-list * ``openstack baremetal node unset``
* ironic driver-show * ``openstack baremetal driver list``
* openstack baremetal node create * ``openstack baremetal driver show``
* openstack baremetal node show * ``ironic node-create``
* openstack baremetal node set * ``ironic node-show``
* openstack baremetal node unset * ``ironic node-update``
* openstack baremetal driver list * ``ironic driver-list``
* openstack baremetal driver show * ``ironic driver-show``