Fix missing environment variable in rabbitmq_init_bundle

After a template refactoring [2] we lost one environment variable
in HA container rabbitmq_init_bundle. Redeclare it to fix the issue.

[2] 81258ae551

Change-Id: I139c2c276c8f532d37fceafe06f9547048e76906
(cherry picked from commit b18c1f5544)
This commit is contained in:
Damien Ciabrini 2019-10-21 17:29:34 +02:00 committed by Emilien Macchi
parent acd19fcd33
commit 4e81c3ad57
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ outputs:
KOLLA_BOOTSTRAP: true
# NOTE: this should force this container to re-run on each
# update (scale-out, etc.)
TRIPLEO_DEPLOY_IDENTIFIER: {get_param: DeployIdentifier}
RABBITMQ_CLUSTER_COOKIE:
yaql:
expression: $.data.passwords.where($ != '').first()