[cli-ref] Update python-ironicclient to 1.11.0

Closes-Bug: #1643540

Change-Id: I32406a73bd09e07f0f58a72f61a3ad0b5b2e7c6b
This commit is contained in:
KATO Tomoyuki 2017-02-10 20:48:33 +09:00
parent 7e89e2fbd9
commit a9aa83cf44
1 changed files with 18 additions and 0 deletions

View File

@ -675,6 +675,11 @@ Register a new node with the Ironic service.
Used, for example, to classify nodes in Nova's
placement engine.
**Required arguments:**
``-d <driver>, --driver <driver>``
Driver used to control the node.
.. _ironic_node-delete:
ironic node-delete
@ -1257,6 +1262,14 @@ Create a new port.
``-u <uuid>, --uuid <uuid>``
UUID of the port.
**Required arguments:**
``-a <address>, --address <address>``
MAC address for this port.
``-n <node>, --node <node>, --node_uuid <node>``
UUID of the node that this port belongs to.
.. _ironic_port-delete:
ironic port-delete
@ -1408,6 +1421,11 @@ Create a new portgroup.
Record key/value properties related to this
portgroup's configuration.
**Required arguments:**
``-n <node>, --node <node>``
UUID of the node that this portgroup belongs to.
.. _ironic_portgroup-delete:
ironic portgroup-delete