From 33e412486e0ce43cc7c697dc81e6263adfd1b38b Mon Sep 17 00:00:00 2001 From: Atsushi SAKAI Date: Thu, 19 Nov 2015 21:00:33 +0900 Subject: [PATCH] Update CLI reference for python-ironicclient 1.0.0 Following two subcommands are added node-get-vendor-passthru-methods Get the vendor passthru methods for a node. driver-get-vendor-passthru-methods Get the vendor passthru methods for a driver. Change-Id: I33d109717827aaa0e82733e0972bfce1c6005e04 --- .../generated/ch_cli_ironic_commands.xml | 56 ++++++++++++++++++- 1 file changed, 53 insertions(+), 3 deletions(-) diff --git a/doc/cli-reference/generated/ch_cli_ironic_commands.xml b/doc/cli-reference/generated/ch_cli_ironic_commands.xml index 79d4e1ba75..cf965fd891 100644 --- a/doc/cli-reference/generated/ch_cli_ironic_commands.xml +++ b/doc/cli-reference/generated/ch_cli_ironic_commands.xml @@ -9,13 +9,13 @@ - Bare metal command-line client + Bare Metal service command-line client The ironic client is the command-line - interface (CLI) for the Bare metal API and its extensions. + interface (CLI) for the Bare Metal service API and its extensions. This chapter documents ironic version - 0.10.0. + 1.0.0. For help on a specific ironic @@ -135,6 +135,14 @@ + + node-get-vendor-passthru-methods + + + Get the vendor passthru methods for a node. + + + node-list @@ -272,6 +280,14 @@ + + driver-get-vendor-passthru-methods + + + Get the vendor passthru methods for a driver. + + + driver-list @@ -866,6 +882,23 @@ Update information about a chassis. + + +
+ ironic driver-get-vendor-passthru-methods + usage: ironic driver-get-vendor-passthru-methods <driver> + +Get the vendor passthru methods for a driver. + + Positional arguments + + <driver> + + + Name of the driver. + + +
@@ -1096,6 +1129,23 @@ Get the supported boot devices for a node. + +
+
+ ironic node-get-vendor-passthru-methods + usage: ironic node-get-vendor-passthru-methods <node> + +Get the vendor passthru methods for a node. + + Positional arguments + + <node> + + + Name or UUID of the node. + + +