diff options
| author | Jenkins <jenkins@review.openstack.org> | 2014-12-01 22:32:27 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2014-12-01 22:32:27 +0000 |
| commit | 17bf9cdf1c64540b30778c30d2721ce5e10e4529 (patch) | |
| tree | 200b27a3cdc820ea8c51009e2570260cff7cfb10 /doc/source/command-objects/extension.rst | |
| parent | a2450d85e0dc0cb29172c6477582e6354146a496 (diff) | |
| parent | 254910d3ce34c954551a0827aa8727d6367f48f3 (diff) | |
| download | python-openstackclient-17bf9cdf1c64540b30778c30d2721ce5e10e4529.tar.gz | |
Merge "Begin copying wiki command list here"
Diffstat (limited to 'doc/source/command-objects/extension.rst')
| -rw-r--r-- | doc/source/command-objects/extension.rst | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/doc/source/command-objects/extension.rst b/doc/source/command-objects/extension.rst new file mode 100644 index 00000000..8f39a625 --- /dev/null +++ b/doc/source/command-objects/extension.rst @@ -0,0 +1,41 @@ +========= +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 |
