Skip to content

Commit 89f9d9e

Browse files
committed
using the item os keyName instead of referenceCode.
1 parent 29759b4 commit 89f9d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/managers/hardware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def get_create_options(self):
403403
if item['itemCategory']['categoryCode'] == 'os':
404404
operating_systems.append({
405405
'name': item['softwareDescription']['longDescription'],
406-
'key': item['softwareDescription']['referenceCode'],
406+
'key': item['keyName']
407407
})
408408

409409
# Port speeds

0 commit comments

Comments
 (0)