diff options
| author | Richard Theis <rtheis@us.ibm.com> | 2016-01-15 10:25:41 -0600 |
|---|---|---|
| committer | Richard Theis <rtheis@us.ibm.com> | 2016-01-15 10:25:41 -0600 |
| commit | a3c617172657b559000e6565eafde07648422a96 (patch) | |
| tree | 0778901565b40ace6a569ecddb5bfad24fc70747 /doc/source | |
| parent | 8654e3e366166372c8f114ad9463dbceb599cd3d (diff) | |
| download | python-openstackclient-a3c617172657b559000e6565eafde07648422a96.tar.gz | |
Doc: Network is supported for extension object
Update extension object documentation to note that network
is also supported.
Change-Id: Ifcebdb4dc6bf56482700887c09d89ac64eab321c
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/commands.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 621a0a90..fc54c2ed 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -82,7 +82,7 @@ referring to both Compute and Volume quotas. * ``domain``: (**Identity**) a grouping of projects * ``ec2 credentials``: (**Identity**) AWS EC2-compatible credentials * ``endpoint``: (**Identity**) the base URL used to contact a specific service -* ``extension``: (**Compute**, **Identity**, **Volume**) OpenStack server API extensions +* ``extension``: (**Compute**, **Identity**, **Network**, **Volume**) OpenStack server API extensions * ``federation protocol``: (**Identity**) the underlying protocol used while federating identities * ``flavor``: (**Compute**) predefined server configurations: ram, root disk, etc * ``group``: (**Identity**) a grouping of users |
