Comment 1 for bug 1513455

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

Reviewed: https://review.openstack.org/242033
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=589650228bb2678487b5750688fe403095955db7
Submitter: Jenkins
Branch: master

commit 589650228bb2678487b5750688fe403095955db7
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>