The ironicclient.v1.create_resources_shell Module

ironicclient.v1.create_resources_shell.do_create(cc, args)[source]

Create baremetal resources (chassis, nodes, 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 create all the resources; those that could not be created are skipped (with a corresponding error message).

Previous topic

The ironicclient.v1.create_resources Module

Next topic

The ironicclient.v1.driver Module

Project Source

This Page