Pass plan_name into get_config action
Without this the config defaults to "overcloud" even when a different --stack argument is used Change-Id: I24345a5b8a106ef0a166764a926159e109c4494e Partial-Bug: #1755525
This commit is contained in:
@@ -276,6 +276,8 @@ workflows:
|
|||||||
|
|
||||||
get_config:
|
get_config:
|
||||||
action: tripleo.config.get_overcloud_config
|
action: tripleo.config.get_overcloud_config
|
||||||
|
input:
|
||||||
|
container: <% $.get('plan_name') %>
|
||||||
on-success: download_config
|
on-success: download_config
|
||||||
on-error: send_message
|
on-error: send_message
|
||||||
publish-on-error:
|
publish-on-error:
|
||||||
|
Reference in New Issue
Block a user