osc placement resource-provider set114
Update the name of the resource provider identified by {uuid}.
Normal Response Codes: 200
Error response codes: badRequest(400), itemNotFound(404), conflict(409)
A 409 Conflict response code will be returned if another resource provider exists with the provided name.
Usage: osc placement resource-provider set114 [OPTIONS] --name <NAME> <UUID>
Arguments:
<UUID>
— uuid parameter for /resource_providers/{uuid} API
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 version1.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
- Before version