2014-11-17 22:59:57 -06:00
|
|
|
======
|
|
|
|
region
|
|
|
|
======
|
|
|
|
|
|
|
|
Identity v3
|
|
|
|
|
|
|
|
region create
|
|
|
|
-------------
|
|
|
|
|
|
|
|
Create new region
|
|
|
|
|
2014-12-31 10:05:37 -06:00
|
|
|
.. program:: region create
|
2014-11-17 22:59:57 -06:00
|
|
|
.. code:: bash
|
|
|
|
|
2016-12-20 09:18:55 +08:00
|
|
|
openstack region create
|
2014-11-17 22:59:57 -06:00
|
|
|
[--parent-region <region-id>]
|
2014-12-31 10:05:37 -06:00
|
|
|
[--description <description>]
|
2014-11-17 22:59:57 -06:00
|
|
|
<region-id>
|
|
|
|
|
2014-12-31 10:05:37 -06:00
|
|
|
.. option:: --parent-region <region-id>
|
|
|
|
|
|
|
|
Parent region ID
|
|
|
|
|
|
|
|
.. option:: --description <description>
|
2014-11-17 22:59:57 -06:00
|
|
|
|
|
|
|
New region description
|
|
|
|
|
2014-12-31 10:05:37 -06:00
|
|
|
.. _region_create-region-id:
|
|
|
|
.. describe:: <region-id>
|
|
|
|
|
2014-11-17 22:59:57 -06:00
|
|
|
New region ID
|
|
|
|
|
|
|
|
region delete
|
|
|
|
-------------
|
|
|
|
|
2016-07-12 12:44:55 +08:00
|
|
|
Delete region(s)
|
2014-11-17 22:59:57 -06:00
|
|
|
|
2014-12-31 10:05:37 -06:00
|
|
|
.. program:: region delete
|
2014-11-17 22:59:57 -06:00
|
|
|
.. code:: bash
|
|
|
|
|
2016-12-20 09:18:55 +08:00
|
|
|
openstack region delete
|
2016-07-12 12:44:55 +08:00
|
|
|
<region-id> [<region-id> ...]
|
2014-12-31 10:05:37 -06:00
|
|
|
|
|
|
|
.. _region_delete-region-id:
|
|
|
|
.. describe:: <region-id>
|
2014-11-17 22:59:57 -06:00
|
|
|
|
2016-07-12 12:44:55 +08:00
|
|
|
Region ID(s) to delete
|
2014-11-17 22:59:57 -06:00
|
|
|
|
|
|
|
region list
|
|
|
|
-----------
|
|
|
|
|
|
|
|
List regions
|
|
|
|
|
2014-12-31 10:05:37 -06:00
|
|
|
.. program:: region list
|
2014-11-17 22:59:57 -06:00
|
|
|
.. code:: bash
|
|
|
|
|
2016-12-20 09:18:55 +08:00
|
|
|
openstack region list
|
2014-11-17 22:59:57 -06:00
|
|
|
[--parent-region <region-id>]
|
|
|
|
|
2014-12-31 10:05:37 -06:00
|
|
|
.. option:: --parent-region <region-id>
|
|
|
|
|
|
|
|
Filter by parent region ID
|
2014-11-17 22:59:57 -06:00
|
|
|
|
|
|
|
region set
|
|
|
|
----------
|
|
|
|
|
|
|
|
Set region properties
|
|
|
|
|
2014-12-31 10:05:37 -06:00
|
|
|
.. program:: region set
|
2014-11-17 22:59:57 -06:00
|
|
|
.. code:: bash
|
|
|
|
|
2016-12-20 09:18:55 +08:00
|
|
|
openstack region set
|
2014-11-17 22:59:57 -06:00
|
|
|
[--parent-region <region-id>]
|
2014-12-31 10:05:37 -06:00
|
|
|
[--description <description>]
|
|
|
|
<region-id>
|
2014-11-17 22:59:57 -06:00
|
|
|
|
2014-12-31 10:05:37 -06:00
|
|
|
.. option:: --parent-region <region-id>
|
|
|
|
|
|
|
|
New parent region ID
|
|
|
|
|
|
|
|
.. option:: --description <description>
|
2014-11-17 22:59:57 -06:00
|
|
|
|
|
|
|
New region description
|
|
|
|
|
2014-12-31 10:05:37 -06:00
|
|
|
.. _region_set-region-id:
|
|
|
|
.. describe:: <region-id>
|
|
|
|
|
2015-01-09 19:13:03 -05:00
|
|
|
Region to modify
|
2014-11-17 22:59:57 -06:00
|
|
|
|
|
|
|
region show
|
|
|
|
-----------
|
|
|
|
|
2014-12-31 10:05:37 -06:00
|
|
|
Display region details
|
2014-11-17 22:59:57 -06:00
|
|
|
|
2014-12-31 10:05:37 -06:00
|
|
|
.. program:: region show
|
2014-11-17 22:59:57 -06:00
|
|
|
.. code:: bash
|
|
|
|
|
2016-12-20 09:18:55 +08:00
|
|
|
openstack region show
|
2014-12-31 10:05:37 -06:00
|
|
|
<region-id>
|
2014-11-17 22:59:57 -06:00
|
|
|
|
2014-12-31 10:05:37 -06:00
|
|
|
.. _region_show-region-id:
|
|
|
|
.. describe:: <region-id>
|
|
|
|
|
2015-01-09 19:13:03 -05:00
|
|
|
Region to display
|