Comment 5 for bug 1804433

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

Reviewed: https://review.openstack.org/619215
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=fd088e2fe70c598a3d5e40147e25b0c2f6d6dadc
Submitter: Zuul
Branch: master

commit fd088e2fe70c598a3d5e40147e25b0c2f6d6dadc
Author: Steven Hardy <email address hidden>
Date: Wed Nov 21 11:31:39 2018 +0000

    Adjust haproxy-public-tls-inject.yaml bootstrap variable

    In RDO CI we're seeing this undefined, but haproxy_short_bootstrap_node_name
    is defined, which proves https://review.openstack.org/#/c/605046/ is included
    and working.

    The root cause is that the haproxy_public_tls_inject_service is actually
    created via the haproxy template as a nested stack, so we need to use
    haproxy_short_bootstrap_node_name instead

    Change-Id: I870825140b8947a1845307b5bec1bcff387c15c0
    Closes-Bug: #1804433