Comment 64 for bug 1559691

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ironic (stable/pike)

Reviewed: https://review.openstack.org/496246
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=9305aedf83ef87ad6f33ff1e2e7f7a64d508b030
Submitter: Jenkins
Branch: stable/pike

commit 9305aedf83ef87ad6f33ff1e2e7f7a64d508b030
Author: Hironori Shiina <email address hidden>
Date: Mon Aug 21 15:15:34 2017 +0900

    Fix names of capabilities for FibreChannel volume boot

    Cinder uses 'fibre_channel' to for the volume type for FibreChannel
    volumes. This value is returned as 'driver_volume_type' when
    initialize_connection API. Then, nova sets the value to a volume target
    of ironic.

    The capabilities names of interfaces to allow FC boot are expected to
    use the value in populating[1]. This patch fixes the capabilities names
    from 'fc' to 'fibre_channel'.

    [1] https://github.com/openstack/ironic/blob/c0ce6ebf1988c29cc68d16fc2e9142a022f7024b/ironic/drivers/modules/deploy_utils.py#L1263,L1268

    Change-Id: I9ff3c55cff035b0ff87b36da820f8129a9ffcbe2
    Partial-bug: #1559691
    (cherry picked from commit e6f09618a58f9af8671d0ba6bda6f3ee92a90efa)