osc placement resource-provider create114

Create a new resource provider.

Normal Response Codes: 201 (microversions 1.0 - 1.19), 200 (microversions 1.20 - )

Error response codes: conflict(409)

A 409 Conflict response code will be returned if another resource provider exists with the provided name or uuid.

Usage: osc placement resource-provider create114 [OPTIONS] --name <NAME>

Options:

  • --name <NAME> — The name of one resource provider

  • --parent-provider-uuid <PARENT_PROVIDER_UUID> — The UUID of the immediate parent of the resource provider.

    • Before version 1.37, once set, the parent of a resource provider cannot be changed. - Since version 1.37, it can be set to any existing provider UUID excepts to providers that would cause a loop. Also it can be set to null to transform the provider to a new root provider. This operation needs to be used carefully. Moving providers can mean that the original rules used to create the existing resource allocations may be invalidated by that move.

    New in version 1.14

  • --uuid <UUID> — The uuid of a resource provider