blob: 58cc341f9a61149a02d5df963cca25df1255553f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
======
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.
.. autoprogram-cliff:: openstack.identity.v3
:command: region create
.. autoprogram-cliff:: openstack.identity.v3
:command: region delete
.. autoprogram-cliff:: openstack.identity.v3
:command: region list
.. autoprogram-cliff:: openstack.identity.v3
:command: region set
.. autoprogram-cliff:: openstack.identity.v3
:command: region show
|