Comment 2 for bug 1534378

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

Reviewed: https://review.openstack.org/267906
Committed: https://git.openstack.org/cgit/openstack/python-zaqarclient/commit/?id=0e2f625dd724923904dbfbece0baa69e33dbcb22
Submitter: Jenkins
Branch: master

commit 0e2f625dd724923904dbfbece0baa69e33dbcb22
Author: Fei Long Wang <email address hidden>
Date: Sat Jan 23 23:47:50 2016 +1300

    Fix wrong api version type

    The api version from openstack client is a string, not a number.
    So we need to convert it to the right type before comparing it
    with a version number.

    Closes-Bug: 1534378

    Change-Id: I55f149b90028f89bb7ff0878a7450df981524026