neutron/neutron/agent/dhcp
Isaku Yamahata e7072b05e3 Kill the metadata proxy process unconditionally
When force_metadata=True and enable_isolated_metadata=False,
the namespace metadata proxy process might not be terminated
when the network is deleted because the subnets and ports
will have already been deleted, so we could incorrectly
determine it was started. Calling destroy_monitored_metadata_proxy() is
a noop when there is no process running.

Change-Id: I77ff545ce02f2dca4c38e587b37ea809ad6f072c
Closes-Bug: #1648095
(cherry picked from commit a502c96b8e)
2017-02-03 10:10:07 +01:00
..
__init__.py DHCP agent restructuring 2015-01-17 01:03:09 -08:00
agent.py Kill the metadata proxy process unconditionally 2017-02-03 10:10:07 +01:00