nova/nova/tests
Dan Smith ebfa09fa19 Add compute RPC API v4.0
This patch creates compute RPC API version 4.0, while retaining
compatibility in rpcapi and manager for 3.x, allowing for
continuous deployment scenarios.

UpgradeImpact - Deployments doing continuous deployment should follow this
process to upgrade without any downtime:

1) Set [upgrade_levels] compute=kilo in your config.

2) Upgrade to this commit.

3) Once everything has been upgraded, remove the entry in
   [upgrade_levels] so that all rpc clients to the nova-compute service
   start sending the new 4.0 messages.

Change-Id: Id96e77c739e7473774e110646204520d6163d8a5
2015-04-09 13:11:49 -07:00
..
functional tests: add a ServersTestBase class 2015-04-07 11:11:53 -04:00
unit Add compute RPC API v4.0 2015-04-09 13:11:49 -07:00
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
fixtures.py Add a fixture for the NovaObject indirection API 2015-03-23 18:46:11 +01:00