neutron/neutron/plugins/nicira/dbexts
armando-migliaccio de4b5a2bba 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
..
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
distributedrouter.py Support for NVP advanced service router 2013-09-11 00:58:57 -07:00
maclearning.py Allow subclasses to modify dict_extend hooks 2013-09-02 17:37:22 -07:00
nicira_db.py nicira: fix db integrity error during port deletion 2013-12-31 09:30:37 -08:00
nicira_models.py Include lswitch id in NSX plugin port mappings 2013-12-15 10:59:37 -08:00
nicira_networkgw_db.py Fix showing nonexistent NetworkGateway throws 500 instead of 404 2013-11-26 15:57:22 +08:00
nicira_qos_db.py Ensure names are truncated to accommodate NVP limit 2013-09-19 18:14:31 -07:00
nsxrouter.py Support for NVP advanced service router 2013-09-11 00:58:57 -07:00
servicerouter.py Support for NVP advanced service router 2013-09-11 00:58:57 -07:00
vcns_db.py Support advanced NVP LBaaS Service 2013-09-17 11:07:28 -07:00
vcns_models.py Support advanced NVP LBaaS Service 2013-09-17 11:07:28 -07:00