Comment 16 for bug 1479842

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

Reviewed: https://review.openstack.org/220750
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=80b3b9ffb07b0c1d782fcbe60391ddbf0bc0e60c
Submitter: Jenkins
Branch: master

commit 80b3b9ffb07b0c1d782fcbe60391ddbf0bc0e60c
Author: Sean McGinnis <email address hidden>
Date: Sat Sep 5 14:22:06 2015 -0500

    Add os-brick's scsi_id command to rootwrap

    Fibre channel drivers are failing on calls from the
    os-brick library to scsi_id.

    This is a temporary fix until os-brick's rootwrap
    filters can be pulled in. It is not intended or
    desired that nova track all os-brick rootwrap filter
    values. But until that mechanism is finalized, we
    need necessary commands added here.

    Change-Id: Ie5f1fbe0a2da171d80faefe3245df91aef8ce1ab
    Partial-bug: #1479842