Merge "Remove clashes of openstackclient command in mistral"
This commit is contained in:
commit
7cc35c53b6
18
setup.cfg
18
setup.cfg
@ -43,7 +43,7 @@ openstack.workflow_engine.v2 =
|
||||
workbook_create = mistralclient.commands.v2.workbooks:Create
|
||||
workbook_delete = mistralclient.commands.v2.workbooks:Delete
|
||||
workbook_update = mistralclient.commands.v2.workbooks:Update
|
||||
workbook_show_definition = mistralclient.commands.v2.workbooks:GetDefinition
|
||||
workbook_definition_show = mistralclient.commands.v2.workbooks:GetDefinition
|
||||
workbook_validate = mistralclient.commands.v2.workbooks:Validate
|
||||
|
||||
workflow_list = mistralclient.commands.v2.workflows:List
|
||||
@ -51,7 +51,7 @@ openstack.workflow_engine.v2 =
|
||||
workflow_create = mistralclient.commands.v2.workflows:Create
|
||||
workflow_delete = mistralclient.commands.v2.workflows:Delete
|
||||
workflow_update = mistralclient.commands.v2.workflows:Update
|
||||
workflow_show_definition = mistralclient.commands.v2.workflows:GetDefinition
|
||||
workflow_definition_show = mistralclient.commands.v2.workflows:GetDefinition
|
||||
workflow_validate = mistralclient.commands.v2.workflows:Validate
|
||||
|
||||
workflow_env_create = mistralclient.commands.v2.environments:Create
|
||||
@ -63,8 +63,8 @@ openstack.workflow_engine.v2 =
|
||||
action_execution_run = mistralclient.commands.v2.action_executions:Create
|
||||
action_execution_list = mistralclient.commands.v2.action_executions:List
|
||||
action_execution_show = mistralclient.commands.v2.action_executions:Get
|
||||
action_execution_show_input = mistralclient.commands.v2.action_executions:GetInput
|
||||
action_execution_show_output = mistralclient.commands.v2.action_executions:GetOutput
|
||||
action_execution_input_show = mistralclient.commands.v2.action_executions:GetInput
|
||||
action_execution_output_show = mistralclient.commands.v2.action_executions:GetOutput
|
||||
action_execution_update = mistralclient.commands.v2.action_executions:Update
|
||||
action_execution_delete = mistralclient.commands.v2.action_executions:Delete
|
||||
|
||||
@ -73,13 +73,13 @@ openstack.workflow_engine.v2 =
|
||||
workflow_execution_update = mistralclient.commands.v2.executions:Update
|
||||
workflow_execution_list = mistralclient.commands.v2.executions:List
|
||||
workflow_execution_show = mistralclient.commands.v2.executions:Get
|
||||
workflow_execution_show_input = mistralclient.commands.v2.executions:GetInput
|
||||
workflow_execution_show_output = mistralclient.commands.v2.executions:GetOutput
|
||||
workflow_execution_input_show = mistralclient.commands.v2.executions:GetInput
|
||||
workflow_execution_output_show = mistralclient.commands.v2.executions:GetOutput
|
||||
|
||||
task_execution_list = mistralclient.commands.v2.tasks:List
|
||||
task_execution_show = mistralclient.commands.v2.tasks:Get
|
||||
task_execution_show_published = mistralclient.commands.v2.tasks:GetPublished
|
||||
task_execution_show_result = mistralclient.commands.v2.tasks:GetResult
|
||||
task_execution_published_show = mistralclient.commands.v2.tasks:GetPublished
|
||||
task_execution_result_show = mistralclient.commands.v2.tasks:GetResult
|
||||
task_execution_rerun = mistralclient.commands.v2.tasks:Rerun
|
||||
|
||||
action_definition_list = mistralclient.commands.v2.actions:List
|
||||
@ -87,7 +87,7 @@ openstack.workflow_engine.v2 =
|
||||
action_definition_create = mistralclient.commands.v2.actions:Create
|
||||
action_definition_delete = mistralclient.commands.v2.actions:Delete
|
||||
action_definition_update = mistralclient.commands.v2.actions:Update
|
||||
action_definition_show_definition = mistralclient.commands.v2.actions:GetDefinition
|
||||
action_definition_definition_show = mistralclient.commands.v2.actions:GetDefinition
|
||||
|
||||
cron_trigger_list = mistralclient.commands.v2.cron_triggers:List
|
||||
cron_trigger_show = mistralclient.commands.v2.cron_triggers:Get
|
||||
|
Loading…
Reference in New Issue
Block a user