Comment 2 for bug 1265148

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

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

commit a4c750f3027977551c1fdab430040689a620edb0
Author: ls1175 <email address hidden>
Date: Tue Dec 31 15:54:17 2013 +0800

    Reduce the redundant variable declarations

    The method create() in /cinder/api/v2/volumes.py has two redundant
    variable declarations: image_href = None image_uuid = None
    These should be reduced

    Change-Id: If3798d4bd96998707d7a5f87ece95ed8c93cc042
    Closes-bug: #1265148