Merge "Added missing l3_update call in update_network"

This commit is contained in:
Jenkins 2014-03-18 04:37:38 +00:00 committed by Gerrit Code Review
commit 410ab7565b

View 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"))