vmware-nsx/neutron/api/rpc/agentnotifiers
liudong 17a3d7eb21 After bulk create send DHCP notification
In the past send_dhcp_notification only handle single resource
because of VALID_RESOURCES = ['network', 'subnet', 'port'].
When I use bulk created ports to boot instance, the VMs could
not get IP address from DHCP agent. So I add some special handle
in function notify().

Add unit test for bulk create dhcp notification.

Modify a paramter for code style.

Change-Id: Ibf2b3380dc3081beaf0f2f68042b022f2726bbe7
Closes-Bug: #1247902
2014-03-10 11:47:14 +08:00
..
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
dhcp_rpc_agent_api.py After bulk create send DHCP notification 2014-03-10 11:47:14 +08:00
l3_rpc_agent_api.py Adds support for L3 routing/NAT as a service plugin 2013-09-11 12:12:10 +02:00
metering_rpc_agent_api.py Add metering extension and base class 2013-08-14 14:32:46 +02:00