summaryrefslogtreecommitdiff
path: root/ironicclient/osc/v1/baremetal_node.py
diff options
context:
space:
mode:
Diffstat (limited to 'ironicclient/osc/v1/baremetal_node.py')
-rwxr-xr-xironicclient/osc/v1/baremetal_node.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/ironicclient/osc/v1/baremetal_node.py b/ironicclient/osc/v1/baremetal_node.py
index e940731..c44aefd 100755
--- a/ironicclient/osc/v1/baremetal_node.py
+++ b/ironicclient/osc/v1/baremetal_node.py
@@ -33,8 +33,10 @@ CONFIG_DRIVE_ARG_HELP = _(
"the path to the configuration drive file OR the path to a "
"directory containing the config drive files OR a JSON object to build "
"config drive from. In case it's a directory, a config drive will be "
- "generated from it. In case it's a JSON object, a config drive will "
- "be generated on the server side.")
+ "generated from it. In case it's a JSON object with optional keys "
+ "`meta_data`, `user_data` and `network_data`, a config drive will "
+ "be generated on the server side (see the bare metal API reference for "
+ "more details).")
SUPPORTED_INTERFACES = ['bios', 'boot', 'console', 'deploy', 'inspect',