summaryrefslogtreecommitdiff
path: root/doc/source/commands.rst
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2014-11-17 22:59:57 -0600
committerDean Troyer <dtroyer@gmail.com>2014-12-04 15:45:06 -0600
commit6a61dbc86fd2b45ea3126ed20f9f863109b794fb (patch)
treeea105a525ce4fa9697ac6cad1671bb4bea411718 /doc/source/commands.rst
parentcc54f989ec53efdf61563d3682ea787c49c21410 (diff)
downloadpython-openstackclient-6a61dbc86fd2b45ea3126ed20f9f863109b794fb.tar.gz
Command object docs: catalog, credentials, endpoint, region, token
catalog credentials endpoint region token Change-Id: Icd7ec7fd207488b2ceb0280722aa9a684aeeac28
Diffstat (limited to 'doc/source/commands.rst')
-rw-r--r--doc/source/commands.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst
index 250a8039..e15e0009 100644
--- a/doc/source/commands.rst
+++ b/doc/source/commands.rst
@@ -72,13 +72,14 @@ referring to both Compute and Volume quotas.
* ``access token``: Identity - long-lived OAuth-based token
* ``aggregate``: (**Compute**) a grouping of servers
* ``backup``: Volume - a volume copy
+* ``catalog``: (**Identity**) service catalog
* ``console log``: (**Compute**) server console text dump
* ``console url``: (**Compute**) server remote console URL
* ``consumer``: Identity - OAuth-based delegatee
* ``container``: Object Store - a grouping of objects
-* ``credential``: Identity - specific to identity providers
+* ``credentials``: (**Identity**) specific to identity providers
* ``domain``: Identity - a grouping of projects
-* ``endpoint``: Identity - the base URL used to contact a specific service
+* ``endpoint``: (**Identity**) the base URL used to contact a specific service
* ``extension``: (**Compute**, **Identity**, **Volume**) OpenStack server API extensions
* ``flavor``: Compute - pre-defined configurations of servers: ram, root disk, etc
* ``group``: Identity - a grouping of users
@@ -96,6 +97,7 @@ referring to both Compute and Volume quotas.
* ``policy``: Identity - determines authorization
* ``project``: (**Identity**) owns a group of resources
* ``quota``: (**Compute**, **Volume**) resource usage restrictions
+* ``region``: (**Identity**)
* ``request token``: Identity - temporary OAuth-based token
* ``role``: Identity - a policy object used to determine authorization
* ``security group``: Compute, Network - groups of network access rules