Comment 2 for bug 1561838

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

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

commit a5a343a5a86658246cc136a330eee951e32c7b56
Author: Rui Chen <email address hidden>
Date: Fri Mar 25 14:51:06 2016 +0800

    Support X.latest format for OS_COMPUTE_API_VERSION

    OSC don't support to use "X.latest" format in order to talk with the
    latest nova microversion API, that is very helpful shortcut usage to
    use new nova side features, this patch implement it.

    Change-Id: I87918addff1f50fbc6eb72ca82b31813330753b5
    Closes-Bug: #1561838