Skip to content

Commit f8e6ae0

Browse files
committed
CLI hw create command currently broken for GPUs
- missing Disk Controller - add price to specify the disk controller until cli is fixed properly
1 parent 0dd1aca commit f8e6ae0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

SoftLayer/managers/hardware.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,11 @@ def _generate_create_dict(self,
473473
prices.append(_get_extra_price_id(package['items'],
474474
extra, hourly,
475475
location=location))
476+
477+
# Hack to add Disk Controller for K80 order to go through
478+
if size == 'D2620V4_128GB_2X800GB_SSD_RAID_1_K80_GPU2':
479+
prices.append(22482)
480+
476481
hardware = [{
477482
'hostname': hostname,
478483
'domain': domain,

0 commit comments

Comments
 (0)