Comment 30 for bug 1554970

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to fuel-nailgun-agent (master)

Reviewed: https://review.openstack.org/391898
Committed: https://git.openstack.org/cgit/openstack/fuel-nailgun-agent/commit/?id=af1e5da094c2975230da29f808b26645231841d4
Submitter: Jenkins
Branch: master

commit af1e5da094c2975230da29f808b26645231841d4
Author: Sergii Rizvan <email address hidden>
Date: Mon Oct 31 17:50:53 2016 +0200

    Add .chomp to a system output operation

    In the _get_pci_dev_list method adding .chomp is needed to the
    `cat /etc/nailgun_systemtype` operation in order to make a correct
    comparison with 'bootstrap' string.

    Change-Id: Id2fdc4c7b7bd7604c43803da594480bf865cf1cb
    Related-Bug: #1554970