Merge "Always pass the plan name to fernet workbook"

This commit is contained in:
Zuul 2018-01-15 15:23:07 +00:00 committed by Gerrit Code Review
commit badc43c324

View File

@ -57,7 +57,7 @@ workflows:
hosts: keystone
inventory: /usr/bin/tripleo-ansible-inventory
ssh_private_key: <% task(get_privkey).result %>
extra_env_variables: <% $.ansible_extra_env_variables %>
extra_env_variables: <% $.ansible_extra_env_variables + dict(TRIPLEO_PLAN_NAME=>$.container) %>
verbosity: 0
remote_user: heat-admin
become: true