Merge "Integrating mistralclient with openstackclient"

This commit is contained in:
Jenkins 2015-12-08 18:15:49 +00:00 committed by Gerrit Code Review
commit 9bff399ff3
2 changed files with 8 additions and 1 deletions

View File

@ -129,11 +129,14 @@ The following are known `Objects` used by OpenStack :doc:`plugins`. These are
listed here to avoid name conflicts when creating new plugins. For a complete
list check out :doc:`plugin-commands`.
* ``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)**)
@ -150,7 +153,11 @@ list check out :doc:`plugin-commands`.
* ``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)**)

View File

@ -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