From 9e7fffaba8f94ef4dde1e42b99349e81beb01fae Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Mon, 4 Jan 2016 07:03:43 -0800 Subject: [PATCH] Fix RPC revision log entry for 4.6 For some reason, this entry was added to the should-be-set-in-stone Liberty release section of the RPC change log. Change-Id: Iae889ceac957ef26de847fe0bbc427124c1c9bf2 --- nova/compute/rpcapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/compute/rpcapi.py b/nova/compute/rpcapi.py index e7c95a1440ff..1c6ce09c24aa 100644 --- a/nova/compute/rpcapi.py +++ b/nova/compute/rpcapi.py @@ -311,7 +311,6 @@ class ComputeAPI(object): * 4.4 - Make refresh_instance_security_rules send an instance object * 4.5 - Add migration, scheduler_node and limits arguments to rebuild_instance() - * 4.6 - Add trigger_crash_dump() ... Liberty supports messaging version 4.5. So, any changes to existing methods in 4.x after that point should be done so that they @@ -319,6 +318,7 @@ class ComputeAPI(object): * ... - Remove refresh_security_group_members() * ... - Remove refresh_security_group_rules() + * 4.6 - Add trigger_crash_dump() ''' VERSION_ALIASES = {