Skip to content

Commit

Permalink
Hide also SNAT SI right ports
Browse files Browse the repository at this point in the history
Change-Id: I70cd2129a620f5adebd4c6f1f5ce6e4a11d4824d
Partial-Bug: #1546057
  • Loading branch information
Antoine Eiche committed Feb 17, 2016
1 parent dc3ceda commit 0b16a98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/config/svc-monitor/svc_monitor/snat_agent.py
Expand Up @@ -35,8 +35,7 @@ def handle_service_type(self):

def pre_create_service_vm(self, instance_index, si, st, vm):
for nic in si.vn_info:
if nic['type'] == svc_info.get_left_if_str():
nic['user-visible'] = False
nic['user-visible'] = False
return True

def _create_snat_vn(self, si_obj, vn_name):
Expand Down

0 comments on commit 0b16a98

Please sign in to comment.