Skip to content

Commit 1a32cfd

Browse files
Merge pull request #990 from FernandoOjeda/fo_vs_address_space
Fixed vs primarySubnet addressSpace
2 parents 70e4996 + 50a24e6 commit 1a32cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/managers/vs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def get_instance(self, instance_id, **kwargs):
198198
'primaryIpAddress,'
199199
'''networkComponents[id, status, speed, maxSpeed, name,
200200
macAddress, primaryIpAddress, port,
201-
primarySubnet,
201+
primarySubnet[addressSpace],
202202
securityGroupBindings[
203203
securityGroup[id, name]]],'''
204204
'lastKnownPowerState.name,'

0 commit comments

Comments
 (0)