From 33fa3fa07b984a095ef6aba78e844b37a21bcd2a Mon Sep 17 00:00:00 2001 From: Chris Behrens Date: Thu, 15 Aug 2013 10:19:23 +0000 Subject: [PATCH] Fix cells manager RPC version A previous patchset forgot to bump the version to 1.19. Change-Id: Iecadcdcc4d75b9e9295f216b3375bfbf852a77e3 --- nova/cells/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/cells/manager.py b/nova/cells/manager.py index 6edb96a13a..638e851805 100644 --- a/nova/cells/manager.py +++ b/nova/cells/manager.py @@ -65,7 +65,7 @@ class CellsManager(manager.Manager): Scheduling requests get passed to the scheduler class. """ - RPC_API_VERSION = '1.18' + RPC_API_VERSION = '1.19' def __init__(self, *args, **kwargs): # Mostly for tests.