Fix access of input parameters

In change I9c54379925339eaaa9a0ee61cb823bddc95737c7, we did not
access workflow input parameters correctly.

Change-Id: I56258428d7a9461af64055a5605f3227bfadda2f
Closes-Bug: #1818926
This commit is contained in:
Rabi Mishra 2019-03-07 07:30:31 +05:30
parent c8a1690cee
commit 957c9bd514
2 changed files with 3 additions and 3 deletions

View File

@ -133,7 +133,7 @@ workflows:
action: tripleo.parameters.update
input:
container: <% $.container %>
validate: validate_stack
validate: <% $.validate_stack %>
parameters:
RootStackName: <% $.container %>
on-success: container_images_prepare
@ -302,7 +302,7 @@ workflows:
get_url_parm: SwiftRingGetTempurl
put_url_parm: SwiftRingPutTempurl
use_default_templates: true
validate_stack: validate_stack
validate_stack: <% $.validate_stack %>
create_ceph_ansible_fetch_directory_backup_plan:
workflow: tripleo.swift_backup.v1.create_swift_backup_container_plan

View File

@ -45,7 +45,7 @@ workflows:
input:
parameters: <% {$.get_url_parm => task(get_tempurl).result, $.put_url_parm => task(put_tempurl).result} %>
container: <% $.container %>
validate: validate_stack
validate: <% $.validate_stack %>
on-success: set_status_success
on-error: set_tempurl_failed