Comment 3 for bug 1214413

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

Reviewed: https://review.openstack.org/42935
Committed: http://github.com/openstack/cinder/commit/8bd26071418c26ccaa40423b75750fa3bab1fa22
Submitter: Jenkins
Branch: master

commit 8bd26071418c26ccaa40423b75750fa3bab1fa22
Author: Avishay Traeger <email address hidden>
Date: Tue Aug 20 18:53:47 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: I4d2809b41b24b2240e447a5c09f14e6438304cd6
    Fixes: bug 1214413