1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
---
features:
- |
Adds support for storage_interface for the commands below.
They are available starting with ironic API microversion 1.33.
* ``openstack baremetal node create``
* ``openstack baremetal node show``
* ``openstack baremetal node set``
* ``openstack baremetal node unset``
* ``openstack baremetal driver list``
* ``openstack baremetal driver show``
* ``ironic node-create``
* ``ironic node-show``
* ``ironic node-update``
* ``ironic driver-list``
* ``ironic driver-show``
|