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.
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.
List projects
openstack project list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--long]
[--sort <key>[:<direction>]]
--format-config-file
<FORMAT_CONFIG>
¶Config file for the dict-to-csv formatter
--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.
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.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.