Comment 2 for bug 1459497

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

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

commit 288fd45a1eae41e3cf85e5b6974b11c4c338c7cb
Author: wanghao <email address hidden>
Date: Thu May 28 11:33:34 2015 +0800

    Remove un-used import at test_volume_transfer.py

    There is an un-used import 'cinder.volume' at
    ciner/tests/unit/api/contrib/test_volume_transfer.py.
    Remove it, meanwhile there is using 'cinder.transfer.API'
    at line #548 and line #581, so make the import consistent
    by changed 'from cinder import transfer' to 'import cinder.transfer'.

    Change-Id: I989c7b0a07e5e2836e41c0c922975f0c25b9ccdb
    Closes-Bug: #1459497