Skip to content

Commit

Permalink
Implements #842
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed May 9, 2019
1 parent 2f9f2cf commit d83f394
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions IM/connectors/GCE.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,7 @@ def create_firewall(self, inf, net_name, radl, driver):

ports = {"tcp": ["22"]}
if public_net:
firewall_name = public_net.getValue("sg_name")
if not firewall_name:
firewall_name = "fw-%s" % net_name
firewall_name = "fw-%s" % net_name

outports = public_net.getOutPorts()
if outports:
Expand Down

0 comments on commit d83f394

Please sign in to comment.