Merge "Use the passed in workflow when creating or updating a plan"

This commit is contained in:
Jenkins 2016-09-21 16:00:48 +00:00 committed by Gerrit Code Review
commit 7022fe0d21
1 changed files with 1 additions and 2 deletions

View File

@ -55,8 +55,7 @@ def _create_update_deployment_plan(clients, workflow, **workflow_input):
queue_name = workflow_input['queue_name']
execution = base.start_workflow(
workflow_client,
'tripleo.plan_management.v1.create_deployment_plan',
workflow_client, workflow,
workflow_input=workflow_input
)