]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Drop RpcProxy usage from brocade plugin
authorRussell Bryant <rbryant@redhat.com>
Fri, 21 Nov 2014 14:43:26 +0000 (14:43 +0000)
committerRussell Bryant <rbryant@redhat.com>
Mon, 24 Nov 2014 21:01:42 +0000 (21:01 +0000)
commit2484a507472768b8515b7052ff44da546965dd65
treee5c82800cd3387365edb89cbf754315a3781025f
parentf43297753943bbf3fae7d71b488b677cf9fcdb2d
Drop RpcProxy usage from brocade plugin

This patch drops the usage of the RpcProxy compatibility class from
the brocade plugin.  The equivalent usage of oslo.messaging APIs is
now used instead.

Note that there is one very minor functional change included.  The
previous code set the base version to '1.1'.  It should be '1.0'.  The
proper pattern to use is to set the base version on the client side to
be the initial version of the API (X.0).  Then, any methods that
require a newer version need to specify it.

Part of blueprint drop-rpc-compat.

Change-Id: I6cc343c1e88d666dd90842e5da36787b6693fc98
neutron/plugins/brocade/NeutronPlugin.py