Comment 4 for bug 1400169

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

Reviewed: https://review.openstack.org/140169
Committed: https://git.openstack.org/cgit/stackforge/fuel-main/commit/?id=81594361fd573e430a5b4add5b5bf1ed15f33c2e
Submitter: Jenkins
Branch: master

commit 81594361fd573e430a5b4add5b5bf1ed15f33c2e
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