Comment 5 for bug 1513455

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

Reviewed: https://review.openstack.org/253180
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=19d00527dd2cfbd1db1360e183a5dab7a2fab0b1
Submitter: Jenkins
Branch: kilo

commit 19d00527dd2cfbd1db1360e183a5dab7a2fab0b1
Author: Kevin Carter <email address hidden>
Date: Thu Nov 5 06:48:41 2015 -0600

    Fixed haproxy backend config issue

    The change updates the haproxy configs to use backends with a
    default of an empty array. This is needed to ensure that the backends
    are not being assumed to have some value. In the current system if an
    inventory item did not exist the rendered backend would be a jinja
    string which would cause the haproxy play to fail.

    Closes-Bug: #1513455

    Change-Id: I221dbd910c75c2e41c98a33e1c38c7f69718b544
    Signed-off-by: Kevin Carter <email address hidden>
    (cherry picked from commit 589650228bb2678487b5750688fe403095955db7)