]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix AttributeError when using DVRServerRpcApi
authorarmando-migliaccio <armamig@gmail.com>
Wed, 24 Dec 2014 06:30:19 +0000 (22:30 -0800)
committerarmando-migliaccio <armamig@gmail.com>
Tue, 27 Jan 2015 21:59:00 +0000 (13:59 -0800)
commit97f28d24450d27d3326334bce0dbba0dbbd28cbe
treec826124f7c013be00402bb54a962fd660e8037a0
parent98beceeb2073645f3fea2e6795df5b079600023e
Fix AttributeError when using DVRServerRpcApi

This time with tests for the joy of Maru and Assaf. More
context on [1].

[1] https://review.openstack.org/#/c/143778/

Related-bug: #1394848
Closes-bug: #1414812

Change-Id: I8ad1f1ad6caaee1f18a44f06cea532f4aa9a82b6
neutron/api/rpc/handlers/dvr_rpc.py
neutron/tests/unit/api/rpc/handlers/__init__.py [new file with mode: 0644]
neutron/tests/unit/api/rpc/handlers/test_dvr_rpc.py [new file with mode: 0644]