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 -
--no-description— Set explicit NULL for the description -
--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 -
--immutable <IMMUTABLE>Possible values:
true,false -
--tags <TAGS>— A list of simple strings assigned to a project. Tags can be used to classify projects into groups.Parameter is an array, may be provided multiple times.