]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Exit if DHCP agent interface_driver is not defined
authorGary Kotton <gkotton@redhat.com>
Tue, 19 Feb 2013 11:34:00 +0000 (11:34 +0000)
committerGary Kotton <gkotton@redhat.com>
Tue, 19 Feb 2013 15:56:58 +0000 (15:56 +0000)
commit61b2cf8e6e7cf520876443d1d64c100645746ae4
tree27558281da119e04b9565b0920c410af7ec8bb18
parent9cb412eb88158c9c01cd66f07d889fb834630073
Exit if DHCP agent interface_driver is not defined

Fixes bug 1130052

In addition to this:
Uses "raise  SystemExit()" instaed of the exit for the L3
agent.

Change-Id: I8130745c9de62619189e158944fa9e4ed25be774
quantum/agent/dhcp_agent.py
quantum/agent/l3_agent.py
quantum/tests/unit/test_dhcp_agent.py