diff --git a/doc/cli-reference/generated/ch_cli_ironic_commands.xml b/doc/cli-reference/generated/ch_cli_ironic_commands.xml
index b6a4079998..1b87741736 100644
--- a/doc/cli-reference/generated/ch_cli_ironic_commands.xml
+++ b/doc/cli-reference/generated/ch_cli_ironic_commands.xml
@@ -15,7 +15,7 @@
interface (CLI) for the Bare metal and its extensions.
This chapter documents ironic version
- 0.3.3.
+ 0.4.0.
For help on a specific ironic
@@ -171,7 +171,7 @@
node-set-maintenance
- Set maintenance mode on or off.
+ Enable or disable maintenance mode for this node.
@@ -1195,7 +1195,7 @@ Enable or disable serial console access for this node.
usage: ironic node-set-maintenance [--reason <reason>]
<node id> <maintenance mode>
-Set maintenance mode on or off.
+Enable or disable maintenance mode for this node.
Positional arguments
@@ -1210,7 +1210,7 @@ Set maintenance mode on or off.
<maintenance mode>
- Supported states: 'on' or 'off'
+ Supported states: 'true' or 'false'; 'on' or 'off'
@@ -1221,8 +1221,8 @@ Set maintenance mode on or off.
--reason <reason>
- The reason for setting maintenance mode to "on"; not
- valid when setting to "off".
+ The reason for setting maintenance mode to "true" or
+ "on"; not valid when setting to "false" or "off".
@@ -1255,7 +1255,8 @@ Power the node on or off or reboot.
ironic node-set-provision-state
- usage: ironic node-set-provision-state <node id> <provision state>
+ usage: ironic node-set-provision-state [--config-drive <config_drive>]
+ <node id> <provision state>
Provision, rebuild or delete an instance.
@@ -1276,6 +1277,19 @@ Provision, rebuild or delete an instance.
+
+
+ Optional arguments
+
+ --config-drive <config_drive>
+
+
+ A gzipped base64 encoded config drive string or the
+ path to the config drive file; Only valid when setting
+ provision state to "active".
+
+
+