Merge "Fixes Hyper-V issue due to ML2 RPC versioning"

This commit is contained in:
Jenkins 2014-08-22 02:46:40 +00:00 committed by Gerrit Code Review
commit 8ae2a3fad0
1 changed files with 2 additions and 2 deletions

View File

@ -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__()