vmware-nsx/neutron
armando-migliaccio 44e4493313 nicira: fix db integrity error during port deletion
Due to the fact that plugin port operations are not
transactional (as they involve non synchronized DB
and Controller operations), concurrent (interleaved)
port requests may accidentally cause the insertion
of the mapping entry (neutron-port-id, nvp-port-id)
more than once. In case this occurs, it's safe to
expect the failure and continue the normal process
of the operation being requested.

Closes-bug: #1265081

Change-Id: Ifcf5b453fa08145df844c2de3cbb08bf2f4baa59
2013-12-31 09:30:37 -08:00
..
agent Merge "Update common network type consts to same origin" 2013-12-16 16:10:40 +00:00
api Merge "Send DHCP notifications regardless of agent status" 2013-12-23 23:40:00 +00:00
cmd remove binaries under bin 2013-08-16 10:10:30 +08:00
common Merge "Fix str2dict and dict2str's incorrect behavior" 2013-12-10 12:06:06 +00:00
db Send DHCP notifications regardless of agent status 2013-12-19 07:08:19 +00:00
debug Fix incorrect indentations found by Pep 1.4.6+ 2013-10-19 10:50:16 +02:00
extensions extra_dhcp_opt add checks for empty strings 2013-12-13 08:40:28 -07:00
locale Imported Translations from Transifex 2013-12-23 06:38:32 +00:00
openstack Sync rpc fix from oslo-incubator 2013-12-06 15:35:51 +01:00
plugins nicira: fix db integrity error during port deletion 2013-12-31 09:30:37 -08:00
scheduler Add LeastRouters Scheduler to Neutron L3 Agent 2013-12-09 13:25:59 +01:00
server Disable lazy translation 2013-10-01 23:16:23 +00:00
services fix --excluded of meter-label-rule-create is not working 2013-12-11 15:45:17 +08:00
tests nicira: fix db integrity error during port deletion 2013-12-31 09:30:37 -08:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
auth.py Add request-id to log messages 2013-11-21 17:01:33 +09:00
context.py Stop logging unnecessary warning on context create 2013-11-28 09:17:18 +00:00
hooks.py Fixes Windows setup dependency bug 2013-08-15 22:58:14 +03:00
manager.py Add agent scheduling for LBaaS namespace agent 2013-07-19 13:25:04 +04:00
neutron_plugin_base_v2.py Apply six for metaclass 2013-11-18 17:58:58 +09:00
policy.py Add log statements for policy check failures 2013-11-14 19:21:15 -08:00
quota.py Fallback to Quota Conf Driver if Quotas table is not defined 2013-10-09 22:28:03 +09:00
service.py Merge "Creates multiple worker processes for API server" 2013-10-31 01:39:19 +00:00
version.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
wsgi.py Merge "Creates multiple worker processes for API server" 2013-10-31 01:39:19 +00:00