update_floatingip_statuses RPC call implemented in Icehouse expects
RPC version 1.1 and RPC version of L3RpcCallback of other plugins
was bumped to 1.1, but the version of L3RpcCallback in NEC plugin
was not bumped to 1.1 yet.
Change-Id: I0073a3de9ea0cd59d43c821f9bdaea89bd125a65
Closes-Bug: #
1323769
class L3RpcCallback(l3_rpc_base.L3RpcCallbackMixin):
- # L3PluginApi BASE_RPC_API_VERSION
- RPC_API_VERSION = '1.0'
+ # 1.0 L3PluginApi BASE_RPC_API_VERSION
+ # 1.1 Support update_floatingip_statuses
+ RPC_API_VERSION = '1.1'
class SecurityGroupServerRpcCallback(