Merge "[cli-ref] Update python-ironicclient to 1.6.0"

This commit is contained in:
Jenkins 2016-07-30 17:49:10 +00:00 committed by Gerrit Code Review
commit 289090f520

@ -9,7 +9,7 @@ Bare Metal service command-line client
The ironic client is the command-line interface (CLI) for
the Bare Metal service API and its extensions.
This chapter documents :command:`ironic` version ``1.5.0``.
This chapter documents :command:`ironic` version ``1.6.0``.
For help on a specific :command:`ironic` command, enter:
@ -570,6 +570,7 @@ ironic node-create
[-p <key=value>] [-e <key=value>] [-u <uuid>]
[-n <name>]
[--network-interface <network_interface>]
[--resource-class <resource_class>]
Register a new node with the Ironic service.
@ -605,6 +606,11 @@ Register a new node with the Ironic service.
Network interface used for switching node to
cleaning/provisioning networks.
``--resource-class <resource_class>``
Resource class for classifying or grouping nodes.
Used, for example, to classify nodes in Nova's
placement engine.
.. _ironic_node-delete:
ironic node-delete
@ -699,6 +705,7 @@ ironic node-list
[--provision-state <provision-state>]
[--driver <driver>] [--detail]
[--fields <field> [<field> ...]]
[--resource-class <resource class>]
List the nodes which are registered with the Ironic service.
@ -740,6 +747,9 @@ List the nodes which are registered with the Ironic service.
fetched from the server. Can not be used when ':option:`--`
detail' is specified.
``--resource-class <resource class>``
List nodes using specified resource class.
.. _ironic_node-port-list:
ironic node-port-list