Comment 2 for bug 1060197

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

Reviewed: https://review.openstack.org/14259
Committed: http://github.com/openstack/nova/commit/e8560a76cbaaebd25f60886f5966297a94597993
Submitter: Jenkins
Branch: master

commit e8560a76cbaaebd25f60886f5966297a94597993
Author: Russell Bryant <email address hidden>
Date: Mon Oct 1 01:21:07 2012 +0100

    Add version to network rpc API.

    This patch adds versioning support for the nova-network rpc API. During
    Folsom development I added versioning to all rpc APIs with the exception
    of network and volume. I was holding off on those to see what the fate
    of that code in nova was going to be for sure. Adding it to the volume
    API in nova doesn't make much sense at this point (but doing it in
    Cinder does). Since nova-network is sticking around for a while, it
    seems worthwhile to add a version number to the API for any future
    changes while the code is still in the tree.

    There are plenty of things in this rpc API that could be cleaned up or
    improved, but I held off on doing any of those things. I would
    recommend the same for anyone else (unless it's a bug that needs to be
    fixed). I think any further improvements should be focused on Quantum
    integration with Nova or Quantum itself.

    Fixes bug 1060197.

    Change-Id: I63ce57657388166544202af9c44c2298ae551aea