Comment 10 for bug 1671145

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

Reviewed: https://review.openstack.org/512986
Committed: https://git.openstack.org/cgit/openstack/python-ironicclient/commit/?id=bc4403ff0506c5a148a649f18c518ea0a52db740
Submitter: Zuul
Branch: master

commit bc4403ff0506c5a148a649f18c518ea0a52db740
Author: Dmitry Tantsur <email address hidden>
Date: Wed Oct 18 11:37:27 2017 +0200

    Allow re-negotiation of the latest version supplied by CLI

    Currently --os-baremetal-api-version=latest results in the latest known API
    version being send to the server. This does not work, if the server is older
    than the client. This patch enables the version to be downgraded to the latest
    server version in this case.

    Change-Id: I3c48b3dbfef9ff3ee6001d27c8e1eb04341e98ec
    Partial-Bug: #1671145