Comment 11 for bug 1503663

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to fuel-ostf (master)

Reviewed: https://review.openstack.org/251260
Committed: https://git.openstack.org/cgit/openstack/fuel-ostf/commit/?id=9243eab196db78d1a401f7309ba624f125f509ff
Submitter: Jenkins
Branch: master

commit 9243eab196db78d1a401f7309ba624f125f509ff
Author: Oleg Gelbukh <email address hidden>
Date: Mon Nov 30 09:25:52 2015 +0000

    Compare versions of OpenStack with LooseVersion

    Since release Liberty, OpenStack doesn't have common release version
    (like 2015.1.0). If we use release codename to identify the version
    instead (like 'liberty'), it cannot be compared to previous numeric
    versions with distutils.version.StrictVersion.

    Use of LooseVersion instead ensures that alphabetic version will always
    be considered 'newer' than numeric version.

    Change-Id: Ifefc4fab56993ed369a92804b1a866e766b2ec0b
    Related-bug: 1503663