]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Logging indicates when service starts and terminates
authorGary Kotton <gkotton@redhat.com>
Mon, 8 Oct 2012 02:44:50 +0000 (02:44 +0000)
committerGary Kotton <gkotton@redhat.com>
Tue, 9 Oct 2012 01:33:24 +0000 (01:33 +0000)
commit15604abab694cb1edb1df61e2f20b20adf415206
treefd8f95877a1a453b1967ee0b09f2f5d06b743213
parent94e486168e383600d9c5234c7b0c3874884aad1e
Logging indicates when service starts and terminates

Fixes bug 1064070

The patch adds a log entry indication that the service has started. In
addition to this if there is an "exit" statement in the code, then the
log message will indicate that the service has been terminated.

Change-Id: Idb6cff4b85d26331df2c6e14aa0680e82b4e2cd7
quantum/common/config.py
quantum/plugins/linuxbridge/agent/linuxbridge_quantum_agent.py
quantum/plugins/linuxbridge/lb_quantum_plugin.py
quantum/plugins/openvswitch/agent/ovs_quantum_agent.py
quantum/plugins/openvswitch/ovs_quantum_plugin.py