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
Closes-bug: #1376757
(cherry picked from commit ceba322)

Conflicts:

	src/config/svc-monitor/svc_monitor/instance_manager.py
Change-Id: I108971213670dfd00bdf20386c7c6225b07bc000
  • Loading branch information
Sylvain Afchain authored and Édouard Thuleau committed Oct 28, 2014
1 parent 283909d commit 704004b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config/svc-monitor/svc_monitor/instance_manager.py
Expand Up @@ -654,9 +654,9 @@ def create_service(self, st_obj, si_obj):
if (st_props.get_service_type() ==
svc_info.get_lb_service_type()):
if nic['type'] == svc_info.get_right_if_str():
user_visible = True
elif nic['type'] == svc_info.get_left_if_str():
user_visible = True
user_visible = False
else:
user_visible = False

vmi_obj = self._create_svc_vm_port(nic, instance_name, st_obj,
si_obj, local_preference=int(local_preference),
Expand Down

0 comments on commit 704004b

Please sign in to comment.