Comment 4 for bug 1695111

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

Reviewed: https://review.openstack.org/470227
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=ce7219cfb0b601331462a7ebc2e56a8097b32717
Submitter: Jenkins
Branch: stable/ocata

commit ce7219cfb0b601331462a7ebc2e56a8097b32717
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
    (cherry picked from commit 4738c75ab3a3ee5d76c089ef9fc3ac0002eebd16)