From 3414307a75baf71da5452e60ac21836b819e45f8 Mon Sep 17 00:00:00 2001 From: Tang Chen Date: Wed, 23 Dec 2015 15:52:59 +0800 Subject: [PATCH] Trivial: Fix wrong comment in service version Change-Id: I7d4e75674517e229883da77193bf2f7f0570c34a --- nova/objects/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/objects/service.py b/nova/objects/service.py index 89dc6490a8bf..6bfe67131cbc 100644 --- a/nova/objects/service.py +++ b/nova/objects/service.py @@ -56,7 +56,7 @@ SERVICE_VERSION_HISTORY = ( {'compute_rpc': '4.4'}, # Version 2: Changes to rebuild_instance signature in the compute_rpc {'compute_rpc': '4.5'}, - # Version 3: Changes to trigger_crash_dump signature in the compute_rpc + # Version 3: Add trigger_crash_dump method to compute rpc api {'compute_rpc': '4.6'}, )