Skip to content

Commit 53fd9e8

Browse files
caberoscaberos
authored andcommitted
fix the team code review comments
1 parent ba2cb4e commit 53fd9e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SoftLayer/CLI/firewall/list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def cli(env):
7070
'hardwareId')
7171
])
7272

73-
table_gatewalls = formatting.Table(['firewall id',
73+
table_gatewalls = formatting.Table(['Id',
7474
'firewall',
7575
'type',
7676
'Hostname',

SoftLayer/managers/firewall.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,9 @@ def get_instance(self, firewall_id, mask=None):
304304
return svc.getObject(id=firewall_id, mask=mask)
305305

306306
def get_firewalls_gatewalls(self):
307-
"""Returns a list of all firewalls on the account.
307+
"""Returns a list of all gateway firewalls (gatewalls) on the account.
308308
309-
returns: A list of firewalls on the current account.
309+
returns: A list of gateway firewalls (gatewalls) on the current account.
310310
"""
311311
mask = 'mask[id,networkSpace,name,' \
312312
'networkFirewall[id,firewallType,datacenter[name]],' \

0 commit comments

Comments
 (0)