Comment 2 for bug 1487133

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

Reviewed: https://review.openstack.org/215587
Committed: https://git.openstack.org/cgit/stackforge/fuel-agent/commit/?id=4c2ab9d6c623d345086c6e2874d1df81fd96a942
Submitter: Jenkins
Branch: master

commit 4c2ab9d6c623d345086c6e2874d1df81fd96a942
Author: Alexander Gordeev <email address hidden>
Date: Fri Aug 21 14:40:08 2015 +0300

    Hardware utils must get 'vendor' from sysfs

    fuel-agent should use the same source for 'vendor' of block device
    as fuel-nailgun-agent uses.

    Otherwise, we could end up with situation when block device is being
    filtered out during provisioning due to 'vendor' mismatch.
    In that case, provisiong will fail.

    Change-Id: If503e13e259bb123d95312ee37ce661905ea185f
    Closes-Bug: #1487133