diff --git a/quantum/agent/dhcp_agent.py b/quantum/agent/dhcp_agent.py index f630fe0242..1c7e678ded 100644 --- a/quantum/agent/dhcp_agent.py +++ b/quantum/agent/dhcp_agent.py @@ -365,9 +365,9 @@ class DeviceManager(object): else: namespace = None - if ip_lib.device_exists(interface_name, - self.conf.root_helper, - namespace): + if ip_lib.device_exists(interface_name, + self.conf.root_helper, + namespace): if not reuse_existing: raise exceptions.PreexistingDeviceFailure( dev_name=interface_name)