Fixes Hyper-V issue due to ML2 RPC versioning
The ML2 RPC version 1.1 breaks the hyper-v agent and consequentially the RPC version in the Hyper-V agent needs to be set to 1.1 to match the ML2 RPC base API version. Change-Id: Idc4ae8d7dcff4331aca148a8f2a7a2b01679b3a8 Closes-Bug: #1353697
This commit is contained in:
parent
540e2c34ca
commit
bef24bed36
@ -119,8 +119,8 @@ class HyperVPluginApi(agent_rpc.PluginApi,
|
||||
|
||||
|
||||
class HyperVNeutronAgent(n_rpc.RpcCallback):
|
||||
# Set RPC API version to 1.0 by default.
|
||||
RPC_API_VERSION = '1.0'
|
||||
# Set RPC API version to 1.1 by default.
|
||||
RPC_API_VERSION = '1.1'
|
||||
|
||||
def __init__(self):
|
||||
super(HyperVNeutronAgent, self).__init__()
|
||||
|
Loading…
x
Reference in New Issue
Block a user