project (Identity v2)¶
project create¶
Create new project
openstack project create
[--description <description>]
[--enable | --disable]
[--property <key=value>]
[--or-show]
<project-name>
-
--description
<description>
¶ Project description
-
--enable
¶
Enable project (default)
-
--disable
¶
Disable project
-
--property
<key=value>
¶ Add a property to <name> (repeat option to set multiple properties)
-
--or-show
¶
Return existing project
-
project-name
¶
New project name
This command is provided by the python-openstackclient plugin.
project delete¶
Delete project(s)
openstack project delete <project> [<project> ...]
-
project
¶
Project(s) to delete (name or ID)
This command is provided by the python-openstackclient plugin.
project list¶
List projects
openstack project list
[--sort-column SORT_COLUMN]
[--long]
[--sort <key>[:<direction>]]
-
--sort-column
SORT_COLUMN
¶ specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
-
--long
¶
List additional fields in output
-
--sort
<key>[:<direction>]
¶ Sort output by selected keys and directions (asc or desc) (default: asc), repeat this option to specify multiple keys and directions.
This command is provided by the python-openstackclient plugin.
project set¶
Set project properties
openstack project set
[--name <name>]
[--description <description>]
[--enable | --disable]
[--property <key=value>]
<project>
-
--name
<name>
¶ Set project name
-
--description
<description>
¶ Set project description
-
--enable
¶
Enable project
-
--disable
¶
Disable project
-
--property
<key=value>
¶ Set a project property (repeat option to set multiple properties)
-
project
¶
Project to modify (name or ID)
This command is provided by the python-openstackclient plugin.