Merge "Fix cells manager RPC version"

This commit is contained in:
Jenkins
2013-08-16 20:56:38 +00:00
committed by Gerrit Code Review
+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.