]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use convenience method from db api to create nested transaction
authorEugene Nikanorov <enikanorov@mirantis.com>
Thu, 19 Mar 2015 00:59:48 +0000 (04:59 +0400)
committerEugene Nikanorov <enikanorov@mirantis.com>
Tue, 19 May 2015 02:46:49 +0000 (06:46 +0400)
commita52ce62845c899407879e8afbac611fa78eac769
treef264c02e59daddb4fe8f1324435ee60bb61a3e10
parent0c58adb99bb1692244e3e1cea0d92cddb57ed521
Use convenience method from db api to create nested transaction

Instead of dealing with conditional nesting, use method that
creates nested transaction if possible.

Change-Id: Icb1fbd5d35dcbecce54426b9ef1e1be18b706d8b
neutron/db/db_base_plugin_v2.py