neutron/neutron/services
Sridar Kandaswamy 955a966b0b Fix to enable delete of firewall in PENDING_CREATE state
Firewall will in PENDING_CREATE state if there is no underlying router in the
tenant. When the router and an associated i/f is created then with a sequence
of msgs it is set to ACTIVE state by the plugin. If a delete is triggered when
in PENDING_CREATE state in such a situation, the msg was ignored - fixing this to
account for the fact that a delete makes sense in this situation so the agent
sends the appropriate msg back to the plugin so it can delete it.

Change-Id: Id1db0a8413fd815b518fe4dc57fc6277c09e7f00
Closes-Bug: #1223478
2013-09-27 11:40:44 -07:00
..
firewall Fix to enable delete of firewall in PENDING_CREATE state 2013-09-27 11:40:44 -07:00
l3_router Adds support for L3 routing/NAT as a service plugin 2013-09-11 12:12:10 +02:00
loadbalancer add portbinding host into vip port 2013-09-25 14:41:31 +08:00
metering Fix message i18n error 2013-09-08 15:58:12 +08:00
vpn Fix message i18n error 2013-09-08 15:58:12 +08:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
provider_configuration.py Fix usage of _fields method in provider_configuration.py 2013-09-23 08:07:16 +04:00
service_base.py LBaaS integration with service type framework 2013-09-03 23:05:33 +04:00