nova/nova/tests/cert
Russell Bryant 25af2fa784 Add V2 rpc api for cert
Add support for the 2.0 cert rpc API.  This commit retains compatibility
with the older 1.X API to allow continuous deployment without any downtime.

The v2 rev of this API is really simple.  It removes the
get_backdoor_port() method, which was moved to the base rpc API common
to all services in havana.

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

1) Set [upgrade_levels] cert=havana 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-cert service start
sending the new 2.0 messages.

Part of blueprint rpc-major-version-updates-icehouse

Change-Id: Icab0d5f380f43c454c166fa3479dacda74d89a02
2013-11-25 12:15:40 -05:00
..
__init__.py Fix and Gate on H303 (no wildcard imports) 2013-07-30 14:34:31 -07:00
test_rpcapi.py Add V2 rpc api for cert 2013-11-25 12:15:40 -05:00