]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Log RPC initialization in L3 service plugin and ML2
authorAssaf Muller <amuller@redhat.com>
Wed, 8 Apr 2015 23:13:14 +0000 (19:13 -0400)
committerAssaf Muller <amuller@redhat.com>
Mon, 13 Apr 2015 22:36:22 +0000 (18:36 -0400)
commita22c6bdc8286e96454d6c8652a7ee5f832ce0952
tree85933d14a098e418e2ce17994df75f54811bff59
parentb6e40969192c341dce64a229869d4ef8d12f0d60
Log RPC initialization in L3 service plugin and ML2

Under certain conditions the messaging server may be up but
not responding. In this case the Neutron server will fail to start
silently, making it pretty hard to track down the issue without
looking through a lot of code and adding a bunch of random logging.

Change-Id: I6a562476f2789386a020db7b21b9349c4c58c30c
neutron/plugins/ml2/plugin.py
neutron/services/l3_router/l3_router_plugin.py