Comment 6 for bug 1400169

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-main (stable/5.1)

Reviewed: https://review.openstack.org/140173
Committed: https://git.openstack.org/cgit/stackforge/fuel-main/commit/?id=97c32d3e8e4dec718d08606cfcbcfe43530c3882
Submitter: Jenkins
Branch: stable/5.1

commit 97c32d3e8e4dec718d08606cfcbcfe43530c3882
Author: Dennis Dmitriev <email address hidden>
Date: Tue Dec 9 00:45:55 2014 +0200

    assert_pacemaker() transforms node names to FQDN before comparison

    Pacemaker returns it's status using FQDN on CentOS and short node
    names on Ubuntu. It makes hard for comparison different node
    name formats with always FQDN from nailgun.

    Now output of pacemaker status converts into FQDN before comparison.

    Change-Id: I3395a18da6b14b05d592cf5b0d54d5cf951efd57
    Closes-Bug:#1400169