Comment 3 for bug 1379654

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

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

commit afcbfe053c9165ab84af30c8e663dfaee2a79e81
Author: Vincent Hou <email address hidden>
Date: Fri Oct 10 15:46:36 2014 +0800

    IBM Storwize driver: Add local variable assignment to "ctxt"

    * The method get_vdisk_params in helpers.py is missing a local variable
    assignment for "ctxt", causing "UnboundLocalError: local variable
    'ctxt' referenced before assignment. Adding the assignment should
    resolve this issue.

    * Add the unit tests coverage for get_vdisk_params.

    Change-Id: I564b1ef8cd1b6504d5ac8c9af0bb11bf29767d9a
    closes-bug: #1379654