Comment 4 for bug 1408443

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

Reviewed: https://review.openstack.org/145628
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=65d9c20b453b7128b09c9069a69d2d520626f905
Submitter: Jenkins
Branch: master

commit 65d9c20b453b7128b09c9069a69d2d520626f905
Author: Tomoki Sekiyama <email address hidden>
Date: Wed Jan 7 17:33:51 2015 -0500

    cinder-rtstool: should use acl.node_wwn

    In newer version of rtslib module, NodeACL is now an object, not a
    dict. Thus, acl.node_wwn must be used instead of acl['node_wwn'],
    otherwise it will fail with exception.

    Change-Id: I0fb53596a2a99609aa4d573f1254b3afa7d9fd91
    Closes-Bug: #1408443