Merge "Fix cells manager RPC version"
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user