Comment 1 for bug 1317202

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

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

commit 5df503222ce4e39bcf77a17328e85064bff10dc8
Author: Ruby Loo <email address hidden>
Date: Wed May 7 16:58:43 2014 +0000

    RPC_API_VERSION out of sync

    This sets the RPC_API_VERSION for the conductor manager to be 1.15,
    which is the same as the version on the API/client side.

    A unit test was added to check that the RPC_API_VERSIONs are equal.

    Comments in rpcapi.py and manager.py were added to remind readers
    that the versions need to be in sync.

    Change-Id: I047603d2d1117399978e98b9a93c9c32f512bbf1
    Closes-Bug: #1317202