Skip to content

Commit

Permalink
Set the user_visibility to False of GW ports
Browse files Browse the repository at this point in the history
Change-Id: I108971213670dfd00bdf20386c7c6225b07bc000
Closes-bug: #1376757
  • Loading branch information
Sylvain Afchain committed Oct 2, 2014
1 parent eea0737 commit ceba322
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
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ def create_service(self, st_obj, si_obj):
svc_info.get_lb_service_type()):
if nic['type'] == svc_info.get_right_if_str():
user_visible = False
elif nic['type'] == svc_info.get_left_if_str():
else:
user_visible = False

vmi_obj = self._create_svc_vm_port(nic, instance_name, st_obj,
Expand Down

0 comments on commit ceba322

Please sign in to comment.