Skip to content

Commit ca1cad1

Browse files
Merge pull request #1523 from caberos/issue1522
fix the network space is empty on subnet detail
2 parents 544fcb9 + 98f4a40 commit ca1cad1

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)