diff options
Diffstat (limited to 'ironicclient/v1/create_resources_shell.py')
-rw-r--r-- | ironicclient/v1/create_resources_shell.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ironicclient/v1/create_resources_shell.py b/ironicclient/v1/create_resources_shell.py index cd46aa7..03c8628 100644 --- a/ironicclient/v1/create_resources_shell.py +++ b/ironicclient/v1/create_resources_shell.py @@ -18,7 +18,7 @@ from ironicclient.v1 import create_resources help='File (.yaml or .json) containing descriptions of the ' 'resources to create. Can be specified multiple times.') def do_create(cc, args): - """Create baremetal resources (chassis, nodes, and ports). + """Create baremetal resources (chassis, nodes, port groups and ports). The resources may be described in one or more JSON or YAML files. If any file cannot be validated, no resources are created. An attempt is made to |