Comment 2 for bug 1439275

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

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

commit 486da4305d607b32b03709c6b0f26430776a37cf
Author: Anton Arefiev <email address hidden>
Date: Wed Apr 1 19:14:26 2015 +0300

    Fix always false condition in glance wrapper

    If statement's condition in GlanceClientWrapper's method 'call'
    always false, because 'version' key passed through kwargs is
    string, and variable chacked in 'call' is None or int.

    Change-Id: Ief1e8d2c41aaa774666bc59d63cdea68f80f308a
    Closes-Bug: #1439275