Added missing l3_update call in update_network
Change-Id: Id907ae692140fd52762ef6ac4fc1613897eb5065 Closes-Bug: #1259125
This commit is contained in:
parent
adbf6c5289
commit
a1a4377bc3
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user