Skip to content

Commit

Permalink
Change calls to update_subnet_uuid with new name.
Browse files Browse the repository at this point in the history
Closes-Bug: #1383101

Change-Id: I3e810b07d620142556ed2340a730d63cd37a3276
  • Loading branch information
Hampapur Ajay committed Oct 20, 2014
1 parent a10301d commit b83e675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/api-server/vnc_cfg_ifmap.py
Expand Up @@ -1564,7 +1564,7 @@ def _dbe_resync(self, obj_uuid, obj_cols):

if (obj_type == 'virtual_network' and
'network_ipam_refs' in obj_dict):
self._update_subnet_uuid(obj_dict, do_update=True)
self.update_subnet_uuid(obj_dict, do_update=True)
except Exception as e:
self.config_object_error(
obj_uuid, None, obj_type, 'dbe_resync:cassandra_read', str(e))
Expand Down

0 comments on commit b83e675

Please sign in to comment.