]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use stop() method on MessageHandlingServer
authorJakub Libosvar <libosvar@redhat.com>
Wed, 29 Oct 2014 09:02:10 +0000 (10:02 +0100)
committerJakub Libosvar <libosvar@redhat.com>
Wed, 29 Oct 2014 09:02:10 +0000 (10:02 +0100)
commit42f4c8d0e693a7ef8b058111f5e1bf1ecc618620
tree36d54390b70777994a20b1786bb0bb4990094f84
parent5499bd5a38a1b03bd7ff56cd6bdde0a1c2922bc9
Use stop() method on MessageHandlingServer

MessageHandlingServer has no kill() method. In case neutron server using
rpc workers and is stopped, wrong method is called.

Change-Id: Id4a11f3dca070e684fb9e079139ac09792bc7aad
Closes-Bug: 1387053
neutron/service.py