Skip to content

Commit

Permalink
[SVC monitor] Correct mispelling into instance monitor
Browse files Browse the repository at this point in the history
Change-Id: Ib35f239e173bd105bcd7b94ae059472cafe7fd3c
Closes-bug: #1389183
  • Loading branch information
Édouard Thuleau committed Nov 4, 2014
1 parent 97fc1b9 commit 0f733e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/svc-monitor/svc_monitor/instance_manager.py
Expand Up @@ -159,7 +159,7 @@ def _create_svc_vm_port(self, nic, instance_name, st_obj, si_obj,
if user_visible is not None:
id_perms = IdPermsType(enable=True, user_visible=user_visible)
vmi_obj.set_id_perms(id_perms)
vmi_created = True
vmi_create = True

# set vn, itf_type, sg and static routes
if vmi_obj.get_virtual_network_refs() is None:
Expand Down

0 comments on commit 0f733e4

Please sign in to comment.