* Sort by command objects * Drop the comparison to the project CLIs * Minor updates to command help to match docs Initially include the cross-API commands to establish the structure and format. Change-Id: I77a7b3c89e088b66aa62941e29ce0b65b532285b
		
			
				
	
	
		
			42 lines
		
	
	
		
			649 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			649 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
=========
 | 
						|
extension
 | 
						|
=========
 | 
						|
 | 
						|
Many OpenStack server APIs include API extensions that enable
 | 
						|
additional functionality.
 | 
						|
 | 
						|
extension list
 | 
						|
--------------
 | 
						|
 | 
						|
List API extensions
 | 
						|
 | 
						|
.. program:: extension list
 | 
						|
.. code:: bash
 | 
						|
 | 
						|
    os extension list
 | 
						|
        [--compute]
 | 
						|
        [--identity]
 | 
						|
        [--network]
 | 
						|
        [--volume]
 | 
						|
        [--long]
 | 
						|
 | 
						|
.. option:: --compute
 | 
						|
 | 
						|
    List extensions for the Compute API
 | 
						|
 | 
						|
.. option:: --identity
 | 
						|
 | 
						|
    List extensions for the Identity API
 | 
						|
 | 
						|
.. option:: --network
 | 
						|
 | 
						|
    List extensions for the Network API
 | 
						|
 | 
						|
.. option:: --volume
 | 
						|
 | 
						|
    List extensions for the Volume API
 | 
						|
 | 
						|
.. option:: --long
 | 
						|
 | 
						|
    List additional fields in output
 |