the parameter "url" was removed from Keystone, it was only added for one release as part of an experimental support for adding service providers. BackwardsIncompatibleImpact Closes-Bug: 1506841 Change-Id: I7a62fbf1d9bfa8e6dd8d619e98c32b9860348d2e
		
			
				
	
	
		
			105 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			105 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
======
 | 
						|
region
 | 
						|
======
 | 
						|
 | 
						|
Identity v3
 | 
						|
 | 
						|
region create
 | 
						|
-------------
 | 
						|
 | 
						|
Create new region
 | 
						|
 | 
						|
.. program:: region create
 | 
						|
.. code:: bash
 | 
						|
 | 
						|
    os region create
 | 
						|
        [--parent-region <region-id>]
 | 
						|
        [--description <description>]
 | 
						|
        <region-id>
 | 
						|
 | 
						|
.. option:: --parent-region <region-id>
 | 
						|
 | 
						|
    Parent region ID
 | 
						|
 | 
						|
.. option:: --description <description>
 | 
						|
 | 
						|
    New region description
 | 
						|
 | 
						|
.. _region_create-region-id:
 | 
						|
.. describe:: <region-id>
 | 
						|
 | 
						|
    New region ID
 | 
						|
 | 
						|
region delete
 | 
						|
-------------
 | 
						|
 | 
						|
Delete region
 | 
						|
 | 
						|
.. program:: region delete
 | 
						|
.. code:: bash
 | 
						|
 | 
						|
    os region delete
 | 
						|
        <region-id>
 | 
						|
 | 
						|
.. _region_delete-region-id:
 | 
						|
.. describe:: <region-id>
 | 
						|
 | 
						|
    Region ID to delete
 | 
						|
 | 
						|
region list
 | 
						|
-----------
 | 
						|
 | 
						|
List regions
 | 
						|
 | 
						|
.. program:: region list
 | 
						|
.. code:: bash
 | 
						|
 | 
						|
    os region list
 | 
						|
        [--parent-region <region-id>]
 | 
						|
 | 
						|
.. option:: --parent-region <region-id>
 | 
						|
 | 
						|
    Filter by parent region ID
 | 
						|
 | 
						|
region set
 | 
						|
----------
 | 
						|
 | 
						|
Set region properties
 | 
						|
 | 
						|
.. program:: region set
 | 
						|
.. code:: bash
 | 
						|
 | 
						|
    os region set
 | 
						|
        [--parent-region <region-id>]
 | 
						|
        [--description <description>]
 | 
						|
        <region-id>
 | 
						|
 | 
						|
.. option:: --parent-region <region-id>
 | 
						|
 | 
						|
    New parent region ID
 | 
						|
 | 
						|
.. option:: --description <description>
 | 
						|
 | 
						|
    New region description
 | 
						|
 | 
						|
.. _region_set-region-id:
 | 
						|
.. describe:: <region-id>
 | 
						|
 | 
						|
    Region to modify
 | 
						|
 | 
						|
region show
 | 
						|
-----------
 | 
						|
 | 
						|
Display region details
 | 
						|
 | 
						|
.. program:: region show
 | 
						|
.. code:: bash
 | 
						|
 | 
						|
    os region show
 | 
						|
        <region-id>
 | 
						|
 | 
						|
.. _region_show-region-id:
 | 
						|
.. describe:: <region-id>
 | 
						|
 | 
						|
    Region to display
 |