Comment 4 for bug 1214413

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

Reviewed: https://review.openstack.org/42914
Committed: http://github.com/openstack/nova/commit/52c0668548eb4a7e3536c241c9551cdf89f2d696
Submitter: Jenkins
Branch: master

commit 52c0668548eb4a7e3536c241c9551cdf89f2d696
Author: Avishay Traeger <email address hidden>
Date: Tue Aug 20 17:44:46 2013 +0300

    Fix Fibre Channel attach for single WWN

    The code allowed for only a string of the WWN or a list of them.
    Unfortunately unicode is also returned, for which the attach fails.
    This patch allows for unicode as well.

    Change-Id: I1d81abc3f8569ce8b3fb25c0e9c8aefd10e9aae8
    Fixes: bug 1214413