Comment 3 for bug 1292638

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

Reviewed: https://review.openstack.org/134673
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=2b02beaa5182e678d9da00402a7c4f137710f813
Submitter: Jenkins
Branch: master

commit 2b02beaa5182e678d9da00402a7c4f137710f813
Author: Dean Troyer <email address hidden>
Date: Fri Nov 14 17:27:58 2014 -0600

    Liberalize version matching a bit

    For class-loading purposes we can just use the major version,
    so accept that. Only Identity and Compute were affected; Compute
    is included just to be pedantically complete.

    For command groups we also just use the major version so fix
    Compute and the version option handling.

    Change the internal default for Identity to a simple '2' so it
    is also consistent with the rest of the world.

    Then comes microversioning...

    Closes-Bug: #1292638
    Change-Id: Ibaf823b31caa288a83de38d2c258860b128b87d8