Integrating mistralclient with openstackclient
Change-Id: Ie54d7c15366a8272eefa94c0d8d2430428bdc590 Depends-On: Ic099aaec88377a76a17700c33fed944e52ec5633
This commit is contained in:
		| @@ -127,11 +127,14 @@ Plugin Objects | |||||||
| The following are known `Objects` used by OpenStack :doc:`plugins`. These are | The following are known `Objects` used by OpenStack :doc:`plugins`. These are | ||||||
| listed here to avoid name conflicts when creating new plugins. | listed here to avoid name conflicts when creating new plugins. | ||||||
|  |  | ||||||
|  | * ``action definition``: (**Workflow Engine (Mistral)**) | ||||||
|  | * ``action execution``: (**Workflow Engine (Mistral)**) | ||||||
| * ``baremetal``: (**Baremetal (Ironic)**) | * ``baremetal``: (**Baremetal (Ironic)**) | ||||||
| * ``congress datasource``: (**Policy (Congress)**) | * ``congress datasource``: (**Policy (Congress)**) | ||||||
| * ``congress driver``: (**Policy (Congress)**) | * ``congress driver``: (**Policy (Congress)**) | ||||||
| * ``congress policy``: (**Policy (Congress)**) | * ``congress policy``: (**Policy (Congress)**) | ||||||
| * ``congress policy rule``: (**Policy (Congress)**) | * ``congress policy rule``: (**Policy (Congress)**) | ||||||
|  | * ``cron trigger``: (**Workflow Engine (Mistral)**) | ||||||
| * ``dataprocessing data source``: (**Data Processing (Sahara)**) | * ``dataprocessing data source``: (**Data Processing (Sahara)**) | ||||||
| * ``dataprocessing image``: (**Data Processing (Sahara)**) | * ``dataprocessing image``: (**Data Processing (Sahara)**) | ||||||
| * ``dataprocessing image tags``: (**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 container``: (**Key Manager (Barbican)**) | ||||||
| * ``secret order``: (**Key Manager (Barbican)**) | * ``secret order``: (**Key Manager (Barbican)**) | ||||||
| * ``stack``: (**Orchestration (Heat)**) | * ``stack``: (**Orchestration (Heat)**) | ||||||
|  | * ``task exeuction``: (**Workflow Engine (Mistral)**) | ||||||
| * ``tld``: (**DNS (Designate)**) | * ``tld``: (**DNS (Designate)**) | ||||||
|  | * ``workbook``: (**Workflow Engine (Mistral)**) | ||||||
|  | * ``workflow``: (**Workflow Engine (Mistral)**) | ||||||
|  | * ``workflow execution``: (**Workflow Engine (Mistral)**) | ||||||
| * ``zone``: (**DNS (Designate)**) | * ``zone``: (**DNS (Designate)**) | ||||||
| * ``zone blacklist``: (**DNS (Designate)**) | * ``zone blacklist``: (**DNS (Designate)**) | ||||||
| * ``zone transfer``: (**DNS (Designate)**) | * ``zone transfer``: (**DNS (Designate)**) | ||||||
|   | |||||||
| @@ -33,7 +33,7 @@ python-heatclient              patch in progress (https://review.openstack.org/# | |||||||
| python-ironicclient            Using OpenStackClient | python-ironicclient            Using OpenStackClient | ||||||
| python-magnumclient            using argparse | python-magnumclient            using argparse | ||||||
| python-manilaclient            using argparse | python-manilaclient            using argparse | ||||||
| python-mistralclient           using cliff | python-mistralclient           using OpenStackClient | ||||||
| python-muranoclient            using argparse | python-muranoclient            using argparse | ||||||
| python-saharaclient            using OpenStackClient | python-saharaclient            using OpenStackClient | ||||||
| python-troveclient             using argparse | python-troveclient             using argparse | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Lingxian Kong
					Lingxian Kong