Comment 8 for bug 1570935

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

Reviewed: https://review.openstack.org/353221
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=c4d2067d2833c2db04c7f5f125c43bdf86706aee
Submitter: Jenkins
Branch: stable/liberty

commit c4d2067d2833c2db04c7f5f125c43bdf86706aee
Author: Hiroki Ito <email address hidden>
Date: Fri Aug 5 17:27:03 2016 +0900

    Fix prechecks of a vip address

    In the case of a single node environment without haproxy, the var
    "kolla_internal_vip_adress" in global.yml should be the ip address
    of the host. However, the prechecks will fail, because this ip
    address is used by the host node and is pingable.

    This commit fixes the prechecks of a vip address properly.
    When the var "enable_haproxy" is "no", this fix will skip prechecks
    for a vip address.

    Change-Id: I0b752f179d20f82e3d6331047ee0bd802ab99a4b
    Closes-Bug: #1570935
    (cherry picked from commit 9c69d4b2e0a8a22c3b56697b7252f17e8be84614)