Fix cells manager RPC version

A previous patchset forgot to bump the version to 1.19.

Change-Id: Iecadcdcc4d75b9e9295f216b3375bfbf852a77e3
This commit is contained in:
Chris Behrens
2013-08-15 10:19:23 +00:00
parent fa575b51ff
commit 33fa3fa07b
+1 -1
View File
@@ -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.