Fix cells manager RPC version
A previous patchset forgot to bump the version to 1.19. Change-Id: Iecadcdcc4d75b9e9295f216b3375bfbf852a77e3
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