summaryrefslogtreecommitdiff
path: root/ironicclient/osc/v1/baremetal_node.py
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-04-03 11:39:05 +0000
committerGerrit Code Review <review@openstack.org>2023-04-03 11:39:05 +0000
commit19b80e0c6ed1174e41aa225999d4f41332d118fd (patch)
treeeedc2eabfd00dd5412cebad31639ae388c0372e7 /ironicclient/osc/v1/baremetal_node.py
parent138d7974ad93771c5e5f01bac2dbe22d6b28e3af (diff)
parente9140862822f214030208c26ce8c117990ae4585 (diff)
downloadpython-ironicclient-19b80e0c6ed1174e41aa225999d4f41332d118fd.tar.gz
Merge "Accept configdrive as a JSON file"
Diffstat (limited to 'ironicclient/osc/v1/baremetal_node.py')
-rwxr-xr-xironicclient/osc/v1/baremetal_node.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/ironicclient/osc/v1/baremetal_node.py b/ironicclient/osc/v1/baremetal_node.py
index 7201097..c362261 100755
--- a/ironicclient/osc/v1/baremetal_node.py
+++ b/ironicclient/osc/v1/baremetal_node.py
@@ -32,11 +32,11 @@ CONFIG_DRIVE_ARG_HELP = _(
"A gzipped, base64-encoded configuration drive string OR "
"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 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).")
+ "config drive from OR the path to the JSON file. In case it's a "
+ "directory, a config drive will be generated from it. In case it's a JSON "
+ "object with optional keys `meta_data`, `user_data` and `network_data` "
+ "or a JSON file, a config drive will be generated on the server side "
+ "(see the bare metal API reference for more details).")
NETWORK_DATA_ARG_HELP = _(