summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-10-14 21:25:10 +0000
committerGerrit Code Review <review@openstack.org>2015-10-14 21:25:10 +0000
commitcb533ef0400dc49b50c28ab35ea6c2c0146377d7 (patch)
treeb5b7cd0e2a1aac6024dda4108a656457395e6317 /doc/source
parent18a7d23a8ab12aa29a13f441cd8608ea5138f420 (diff)
parentae82271778a2a31376011f8af030c8b5b87797bd (diff)
downloadpython-openstackclient-cb533ef0400dc49b50c28ab35ea6c2c0146377d7.tar.gz
Merge "Add a table showing all the openstack plugin objects"
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/commands.rst34
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst
index ccd70be2..8515bacf 100644
--- a/doc/source/commands.rst
+++ b/doc/source/commands.rst
@@ -120,6 +120,40 @@ referring to both Compute and Volume quotas.
* ``volume``: (**Volume**) block volumes
* ``volume type``: (**Volume**) deployment-specific types of volumes available
+
+Plugin Objects
+--------------
+
+The following are known `Objects` used by OpenStack :doc:`plugins`. These are
+listed here to avoid name conflicts when creating new plugins.
+
+* ``baremetal``: (**Baremetal (Ironic)**)
+* ``congress datasource``: (**Policy (Congress)**)
+* ``congress driver``: (**Policy (Congress)**)
+* ``congress policy``: (**Policy (Congress)**)
+* ``congress policy rule``: (**Policy (Congress)**)
+* ``dataprocessing data source``: (**Data Processing (Sahara)**)
+* ``dataprocessing image``: (**Data Processing (Sahara)**)
+* ``dataprocessing image tags``: (**Data Processing (Sahara)**)
+* ``dataprocessing plugin``: (**Data Processing (Sahara)**)
+* ``management plan``: (**Management (Tuskar)**)
+* ``management role``: (**Management (Tuskar)**)
+* ``message-broker cluster``: (**Message Broker (Cue)**)
+* ``message flavor``: (**Messaging (Zaqar)**)
+* ``pool``: (**Messaging (Zaqar)**)
+* ``ptr record``: (**DNS (Designate)**)
+* ``queue``: (**Messaging (Zaqar)**)
+* ``recordset``: (**DNS (Designate)**)
+* ``secret``: (**Key Manager (Barbican)**)
+* ``secret container``: (**Key Manager (Barbican)**)
+* ``secret order``: (**Key Manager (Barbican)**)
+* ``stack``: (**Orchestration (Heat)**)
+* ``tld``: (**DNS (Designate)**)
+* ``zone``: (**DNS (Designate)**)
+* ``zone blacklist``: (**DNS (Designate)**)
+* ``zone transfer``: (**DNS (Designate)**)
+
+
Actions
-------