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.
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-idNew region ID
This command is provided by the python-openstackclient plugin.
Delete region(s)
openstack region delete <region-id> [<region-id> ...]
region-idRegion ID(s) to delete
This command is provided by the python-openstackclient plugin.
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.
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-idRegion to modify
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.