]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Refactor code in update_subnet, splitting into individual methods
authormarios <marios@redhat.com>
Fri, 30 May 2014 13:04:18 +0000 (16:04 +0300)
committerMarios Andreou <marios@redhat.com>
Mon, 9 Jun 2014 16:46:40 +0000 (16:46 +0000)
commit331deeb9fecf38fd29be9c2367cee4c1ca641de9
treef5d00e5044364193a1608efbdcdbf5c49e9871f4
parentc9077f6219584b9ace4a43806f69d23efea0d504
Refactor code in update_subnet, splitting into individual methods

The update_subnet was already long and complex enough and adding
more code to it was undesirable, after commit

I47a3a71d0d196b76eda46b1d960193fb60417ba9

Hence this refactor splits parts of the update_subnet code into
dedicated sub-methods.

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