region¶
A region is a general division of an OpenStack deployment. You can associate zero or more sub-regions with a region to create a tree-like structured hierarchy. Applies to Identity v3.
region create¶
Create new region
openstack region create
[--parent-region <region-id>]
[--description <description>]
<region-id>
-
--parent-region
<region-id>
¶ Parent region ID
-
--description
<description>
¶ New region description
-
region-id
¶
New region ID
This command is provided by the python-openstackclient plugin.
region delete¶
Delete region(s)
openstack region delete <region-id> [<region-id> ...]
-
region-id
¶
Region ID(s) to delete
This command is provided by the python-openstackclient plugin.
region list¶
List regions
openstack region list
[--sort-column SORT_COLUMN]
[--parent-region <region-id>]
-
--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
-
--parent-region
<region-id>
¶ Filter by parent region ID
This command is provided by the python-openstackclient plugin.
region set¶
Set region properties
openstack region set
[--parent-region <region-id>]
[--description <description>]
<region-id>
-
--parent-region
<region-id>
¶ New parent region ID
-
--description
<description>
¶ New region description
-
region-id
¶
Region to modify
This command is provided by the python-openstackclient plugin.