Comment 5 for bug 1911792

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-tripleoclient (stable/train)

Reviewed: https://review.opendev.org/c/openstack/python-tripleoclient/+/844488
Committed: https://opendev.org/openstack/python-tripleoclient/commit/8c4f8b2d315b9290eca44a089254844888b6cb02
Submitter: "Zuul (22348)"
Branch: stable/train

commit 8c4f8b2d315b9290eca44a089254844888b6cb02
Author: Bogdan Dobrelya <email address hidden>
Date: Thu Jan 14 18:36:09 2021 +0100

    Dedup host entries in the exported data for stacks

    Do not add extra host entries for VIPs for stacks deployed off the
    exported data, since it already contains those entries

    This is done by setting AddVipsToEtcHosts to False.
    Then a stack is deployed, no more VIPs will be added into /etc/hosts
    of the targeted hosts.

    Change-Id: Iba03aed76fab1977e2b51ef69e8e08a493152ed6
    Closes-bug: #1911792
    Signed-off-by: Bogdan Dobrelya <email address hidden>
    (cherry picked from commit e3c118756fa056602afe47136aaae77e3170b8bc)
    (cherry picked from commit b8d57c0b6c4a2935cfcf00dd7b888932aeb5436e)