]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Added missing l3_update call in update_network
authorFawad Khaliq <fawad@plumgrid.com>
Mon, 17 Mar 2014 03:51:16 +0000 (20:51 -0700)
committerFawad Khaliq <fawad@plumgrid.com>
Mon, 17 Mar 2014 03:52:21 +0000 (20:52 -0700)
Change-Id: Id907ae692140fd52762ef6ac4fc1613897eb5065
Closes-Bug: #1259125

neutron/plugins/plumgrid/plumgrid_plugin/plumgrid_plugin.py

index a01d833bd5e78d8bf8f421d110c5e7191d0c88e0..2e41aadae19ae38c786bcced938b7ea8b5d96684 100644 (file)
@@ -133,6 +133,7 @@ class NeutronPluginPLUMgridV2(db_base_plugin_v2.NeutronDbPluginV2,
             net_db = super(
                 NeutronPluginPLUMgridV2, self).update_network(context,
                                                               net_id, network)
+            self._process_l3_update(context, net_db, network['network'])
 
             try:
                 LOG.debug(_("PLUMgrid Library: update_network() called"))