Comment 2 for bug 1695111

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (master)

Reviewed: https://review.openstack.org/470153
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=4738c75ab3a3ee5d76c089ef9fc3ac0002eebd16
Submitter: Jenkins
Branch: master

commit 4738c75ab3a3ee5d76c089ef9fc3ac0002eebd16
Author: Duong Ha-Quang <email address hidden>
Date: Fri Jun 2 10:36:54 2017 +0700

    Fix rabbitmq prechecks broken due to Ansible upgrade

    In Ansible 2.3.0 when statements should not include jinja2 templating
    delimiters such as {{ }} or {% %}, and gate is broken with Ansible 2.3.1.

    This patchset rewrite when statement in rabbitmq precheck task to not use
    string interpolation.

    Change-Id: Ie2f1666cc8ced7cf20ceba40c7c7aaec750778f9
    Closes-Bug: #1695111