Comment 12 for bug 1539586

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

Reviewed: https://review.openstack.org/275807
Committed: https://git.openstack.org/cgit/openstack/fuel-qa/commit/?id=646bcc839b0de884c230ff55c522c52f87af828e
Submitter: Jenkins
Branch: stable/8.0

commit 646bcc839b0de884c230ff55c522c52f87af828e
Author: Artem Panchenko <email address hidden>
Date: Fri Jan 29 17:53:43 2016 +0200

    Use regex for matching node in rabbit-fence logs

    Currently it's possible to add special prefixes for
    hostnames which are used by RabbitMQ (messaging network).
    Modified tests, so such prefixes are ignored while
    parsing rabbit-fence logs.

    Also change 'get_rabbit_running_nodes' method to
    omit node name prefixes while returning list of running
    nodes.

    Change-Id: I63bac7c4eafa61fc756d033dadd7d2ba662eaf4c
    Closes-bug: #1538597
    Closes-bug: #1539586