Comment 5 for bug 1400169

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

Reviewed: https://review.openstack.org/140631
Committed: https://git.openstack.org/cgit/stackforge/fuel-main/commit/?id=a78bbb136dcf4dc2164d79f3203d88d93932ee0e
Submitter: Jenkins
Branch: stable/6.0

commit a78bbb136dcf4dc2164d79f3203d88d93932ee0e
Author: Dennis Dmitriev <email address hidden>
Date: Tue Dec 9 00:22: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: I73bdb208111e993ab0135cd7aded47e90a0f1b34
    Closes-Bug:#1400169
    (cherry picked from commit 81594361fd573e430a5b4add5b5bf1ed15f33c2e)