9663424c74
In the current doc, the command examples are like "os server create" but the acutal command should be started with "openstack" instead of "os", it is misleading to first time users. Change-Id: Ic7686257725e1aa8e4e0d65a712eff1c079927a8
42 lines
663 B
ReStructuredText
42 lines
663 B
ReStructuredText
=========
|
|
extension
|
|
=========
|
|
|
|
Many OpenStack server APIs include API extensions that enable
|
|
additional functionality.
|
|
|
|
extension list
|
|
--------------
|
|
|
|
List API extensions
|
|
|
|
.. program:: extension list
|
|
.. code:: bash
|
|
|
|
openstack 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
|