 019c155e9b
			
		
	
	019c155e9b
	
	
	
		
			
			try and add some consistency with the show and delete commands. replace 'show x' with 'display x' change 'delete a y' with just 'delete y' Change-Id: I47dfa8ee23ac5c41b355796415eb515155832f65
		
			
				
	
	
		
			115 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			115 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| ======
 | |
| region
 | |
| ======
 | |
| 
 | |
| Identity v3
 | |
| 
 | |
| region create
 | |
| -------------
 | |
| 
 | |
| Create new region
 | |
| 
 | |
| .. program:: region create
 | |
| .. code:: bash
 | |
| 
 | |
|     os region create
 | |
|         [--parent-region <region-id>]
 | |
|         [--description <description>]
 | |
|         [--url <url>]
 | |
|         <region-id>
 | |
| 
 | |
| .. option:: --parent-region <region-id>
 | |
| 
 | |
|     Parent region ID
 | |
| 
 | |
| .. option:: --description <description>
 | |
| 
 | |
|     New region description
 | |
| 
 | |
| .. option:: --url <url>
 | |
| 
 | |
|     New region URL
 | |
| 
 | |
| .. _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>]
 | |
|         [--url <url>]
 | |
|         <region-id>
 | |
| 
 | |
| .. option:: --parent-region <region-id>
 | |
| 
 | |
|     New parent region ID
 | |
| 
 | |
| .. option:: --description <description>
 | |
| 
 | |
|     New region description
 | |
| 
 | |
| .. option:: --url <url>
 | |
| 
 | |
|     New region URL
 | |
| 
 | |
| .. _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
 |