54b0ef3358
Volume is better to be replaced by Block Storage in the doc. Change-Id: I736669ee01c7385b6e701cb20f4334eff1c49286
42 lines
656 B
ReStructuredText
42 lines
656 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 Block Storage API
|
|
|
|
.. option:: --long
|
|
|
|
List additional fields in output
|