Skip to content

Commit 98f4a40

Browse files
caberoscaberos
authored andcommitted
fix the network space is empty on subnet detail
1 parent 544fcb9 commit 98f4a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/subnet/detail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def cli(env, identifier, no_vs, no_hardware):
2626
subnet_id = helpers.resolve_id(mgr.resolve_subnet_ids, identifier,
2727
name='subnet')
2828

29-
mask = 'mask[ipAddresses[id, ipAddress,note], datacenter, virtualGuests, hardware]'
29+
mask = 'mask[ipAddresses[id, ipAddress,note], datacenter, virtualGuests, hardware, networkVlan[networkSpace]]'
3030

3131
subnet = mgr.get_subnet(subnet_id, mask=mask)
3232

0 commit comments

Comments
 (0)