]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Provide atomic database access nvp plugin
authorAaron Rosen <arosen@nicira.com>
Thu, 10 Jan 2013 21:36:35 +0000 (13:36 -0800)
committerAaron Rosen <arosen@nicira.com>
Thu, 17 Jan 2013 03:02:28 +0000 (19:02 -0800)
commit8adb519ad6a460d75f7221115f67f1609fd89b73
tree57d61fa4f8250b4965fd24bc7520e4c69c9ba5c1
parent26332dcbd8c25fb581c27ced1eb175bcd209c1fa
Provide atomic database access nvp plugin

* This patch ensures that if multiple queries are done against the
  database they are atomic.
* Removes outdated doc string comments.
* Changes update_network so that it doesn't update the network name in nvp
  since the name is retreved from the database.
* Fixes get_network to return the correct status from nvp. Previously,
  it was always returning ACTIVE.
Fixes bug 1097990

Change-Id: Ie3eb67c98dcb36b18cbef2e0905b59eba48ca81d
quantum/plugins/nicira/nicira_nvp_plugin/QuantumPlugin.py