@@ -70,11 +70,13 @@ the API resources will be merged, as in the ``quota`` object that has options
7070referring to both Compute and Volume quotas.
7171
7272* ``access token ``: (**Identity **) long-lived OAuth-based token
73- * ``availability zone ``: (**Compute **, **Network **, **Volume **) a logical partition of hosts or block storage or network services
7473* ``aggregate ``: (**Compute **) a grouping of compute hosts
74+ * ``availability zone ``: (**Compute **, **Network **, **Volume **) a logical partition of hosts or block storage or network services
7575* ``backup ``: (**Volume **) a volume copy
7676* ``catalog ``: (**Identity **) service catalog
7777* ``command ``: (**Internal **) installed commands in the OSC process
78+ * ``compute agent ``: (**Compute **) a cloud Compute agent available to a hypervisor
79+ * ``compute service ``: (**Compute **) a cloud Compute process running on a host
7880* ``configuration ``: (**Internal **) openstack client configuration
7981* ``console log ``: (**Compute **) server console text dump
8082* ``console url ``: (**Compute **) server remote console URL
@@ -88,7 +90,7 @@ referring to both Compute and Volume quotas.
8890* ``federation protocol ``: (**Identity **) the underlying protocol used while federating identities
8991* ``flavor ``: (**Compute **) predefined server configurations: ram, root disk, etc
9092* ``group ``: (**Identity **) a grouping of users
91- * ``host ``: (**Compute **) - the physical computer running a hypervisor
93+ * ``host ``: (**Compute **) - the physical computer running compute services
9294* ``hypervisor ``: (**Compute **) the virtual machine manager
9395* ``hypervisor stats ``: (**Compute **) hypervisor statistics over all compute nodes
9496* ``identity provider ``: (**Identity **) a source of users and authentication
@@ -102,6 +104,7 @@ referring to both Compute and Volume quotas.
102104* ``module ``: (**Internal **) - installed Python modules in the OSC process
103105* ``network ``: (**Compute **, **Network **) - a virtual network for connecting servers and other resources
104106* ``object ``: (**Object Storage **) a single file in the Object Storage
107+ * ``object store account ``: (**Object Storage **) owns a group of Object Storage resources
105108* ``policy ``: (**Identity **) determines authorization
106109* ``port ``: (**Network **) - a virtual port for connecting servers and other resources to a network
107110* ``project ``: (**Identity **) owns a group of resources
@@ -122,10 +125,12 @@ referring to both Compute and Volume quotas.
122125* ``subnet ``: (**Network **) - a contiguous range of IP addresses assigned to a network
123126* ``subnet pool ``: (**Network **) - a pool of subnets
124127* ``token ``: (**Identity **) a bearer token managed by Identity service
128+ * ``trust ``: (**Identity **) project-specific role delegation between users, with optional impersonation
125129* ``usage ``: (**Compute **) display host resources being consumed
126130* ``user ``: (**Identity **) individual cloud resources users
127131* ``user role ``: (**Identity **) roles assigned to a user
128132* ``volume ``: (**Volume **) block volumes
133+ * ``volume qos ``: (**Volume **) quality-of-service (QoS) specification for volumes
129134* ``volume type ``: (**Volume **) deployment-specific types of volumes available
130135
131136
0 commit comments