summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2015-11-30 23:48:21 +0800
committerLingxian Kong <anlin.kong@gmail.com>2015-12-01 00:25:36 +0800
commitaca279a98325fc6ba74df7f5b78c8d07ef349a5b (patch)
tree8417826d61d17bd7a6c7b57ab9a8e037e5b30d04 /doc
parentc6949c782c9f40418ebc95630478ce558d935be1 (diff)
downloadpython-openstackclient-aca279a98325fc6ba74df7f5b78c8d07ef349a5b.tar.gz
Integrating mistralclient with openstackclient
Change-Id: Ie54d7c15366a8272eefa94c0d8d2430428bdc590 Depends-On: Ic099aaec88377a76a17700c33fed944e52ec5633
Diffstat (limited to 'doc')
-rw-r--r--doc/source/commands.rst7
-rw-r--r--doc/source/plugins.rst2
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst
index 9a87709c..b2cd4b80 100644
--- a/doc/source/commands.rst
+++ b/doc/source/commands.rst
@@ -127,11 +127,14 @@ Plugin Objects
The following are known `Objects` used by OpenStack :doc:`plugins`. These are
listed here to avoid name conflicts when creating new plugins.
+* ``action definition``: (**Workflow Engine (Mistral)**)
+* ``action execution``: (**Workflow Engine (Mistral)**)
* ``baremetal``: (**Baremetal (Ironic)**)
* ``congress datasource``: (**Policy (Congress)**)
* ``congress driver``: (**Policy (Congress)**)
* ``congress policy``: (**Policy (Congress)**)
* ``congress policy rule``: (**Policy (Congress)**)
+* ``cron trigger``: (**Workflow Engine (Mistral)**)
* ``dataprocessing data source``: (**Data Processing (Sahara)**)
* ``dataprocessing image``: (**Data Processing (Sahara)**)
* ``dataprocessing image tags``: (**Data Processing (Sahara)**)
@@ -148,7 +151,11 @@ listed here to avoid name conflicts when creating new plugins.
* ``secret container``: (**Key Manager (Barbican)**)
* ``secret order``: (**Key Manager (Barbican)**)
* ``stack``: (**Orchestration (Heat)**)
+* ``task exeuction``: (**Workflow Engine (Mistral)**)
* ``tld``: (**DNS (Designate)**)
+* ``workbook``: (**Workflow Engine (Mistral)**)
+* ``workflow``: (**Workflow Engine (Mistral)**)
+* ``workflow execution``: (**Workflow Engine (Mistral)**)
* ``zone``: (**DNS (Designate)**)
* ``zone blacklist``: (**DNS (Designate)**)
* ``zone transfer``: (**DNS (Designate)**)
diff --git a/doc/source/plugins.rst b/doc/source/plugins.rst
index 5f82cc68..193545e1 100644
--- a/doc/source/plugins.rst
+++ b/doc/source/plugins.rst
@@ -33,7 +33,7 @@ python-heatclient patch in progress (https://review.openstack.org/#
python-ironicclient Using OpenStackClient
python-magnumclient using argparse
python-manilaclient using argparse
-python-mistralclient using cliff
+python-mistralclient using OpenStackClient
python-muranoclient using argparse
python-saharaclient using OpenStackClient
python-troveclient using argparse