Skip to content

Commit aca279a

Browse files
committed
Integrating mistralclient with openstackclient
Change-Id: Ie54d7c15366a8272eefa94c0d8d2430428bdc590 Depends-On: Ic099aaec88377a76a17700c33fed944e52ec5633
1 parent c6949c7 commit aca279a

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

doc/source/commands.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,14 @@ Plugin Objects
127127
The following are known `Objects` used by OpenStack :doc:`plugins`. These are
128128
listed here to avoid name conflicts when creating new plugins.
129129

130+
* ``action definition``: (**Workflow Engine (Mistral)**)
131+
* ``action execution``: (**Workflow Engine (Mistral)**)
130132
* ``baremetal``: (**Baremetal (Ironic)**)
131133
* ``congress datasource``: (**Policy (Congress)**)
132134
* ``congress driver``: (**Policy (Congress)**)
133135
* ``congress policy``: (**Policy (Congress)**)
134136
* ``congress policy rule``: (**Policy (Congress)**)
137+
* ``cron trigger``: (**Workflow Engine (Mistral)**)
135138
* ``dataprocessing data source``: (**Data Processing (Sahara)**)
136139
* ``dataprocessing image``: (**Data Processing (Sahara)**)
137140
* ``dataprocessing image tags``: (**Data Processing (Sahara)**)
@@ -148,7 +151,11 @@ listed here to avoid name conflicts when creating new plugins.
148151
* ``secret container``: (**Key Manager (Barbican)**)
149152
* ``secret order``: (**Key Manager (Barbican)**)
150153
* ``stack``: (**Orchestration (Heat)**)
154+
* ``task exeuction``: (**Workflow Engine (Mistral)**)
151155
* ``tld``: (**DNS (Designate)**)
156+
* ``workbook``: (**Workflow Engine (Mistral)**)
157+
* ``workflow``: (**Workflow Engine (Mistral)**)
158+
* ``workflow execution``: (**Workflow Engine (Mistral)**)
152159
* ``zone``: (**DNS (Designate)**)
153160
* ``zone blacklist``: (**DNS (Designate)**)
154161
* ``zone transfer``: (**DNS (Designate)**)

doc/source/plugins.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ python-heatclient patch in progress (https://review.openstack.org/#
3333
python-ironicclient Using OpenStackClient
3434
python-magnumclient using argparse
3535
python-manilaclient using argparse
36-
python-mistralclient using cliff
36+
python-mistralclient using OpenStackClient
3737
python-muranoclient using argparse
3838
python-saharaclient using OpenStackClient
3939
python-troveclient using argparse

0 commit comments

Comments
 (0)