osc identity project set
Updates a project.
Relationship: https://docs.openstack.org/api/openstack-identity/3/rel/project
Usage: osc identity project set [OPTIONS] <ID>
Arguments:
<ID>
— project_id parameter for /v3/projects/{project_id} API
Options:
-
--description <DESCRIPTION>
— The description of the project -
--enabled <ENABLED>
— If set totrue
, project is enabled. If set tofalse
, project is disabledPossible values:
true
,false
-
--name <NAME>
— The name of the project, which must be unique within the owning domain. A project can have the same name as its domain -
--tags <TAGS>
— A list of simple strings assigned to a project. Tags can be used to classify projects into groups