Comment 2 for bug 1317300

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

Reviewed: https://review.openstack.org/92723
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=e7c5a4eb674e32e2f9393cc748bc8fd464e51772
Submitter: Jenkins
Branch: master

commit e7c5a4eb674e32e2f9393cc748bc8fd464e51772
Author: Devananda van der Veen <email address hidden>
Date: Wed May 7 15:52:53 2014 -0700

    Pin RPC client version min == max

    At the moment, ironic's rpcapi module is specifying a target (minimum)
    RPC version of 1.0 -- however, none of the methods added after 1.0
    indicate in which minor version they were added. Thus, this module
    believes all methods are available in any version of the server greater
    than 1.0, which is clearly untrue.

    This change pins the target version to the current version,
    effectively preventing rolling upgrades, which are not supported at the
    moment anyway.

    Change-Id: I031ccd13d1d140821daf8a0adf5913627064451c
    Partial-Bug: #1317300