We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd1aca commit f8e6ae0Copy full SHA for f8e6ae0
1 file changed
SoftLayer/managers/hardware.py
@@ -473,6 +473,11 @@ def _generate_create_dict(self,
473
prices.append(_get_extra_price_id(package['items'],
474
extra, hourly,
475
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
481
hardware = [{
482
'hostname': hostname,
483
'domain': domain,
0 commit comments