Skip to content

Commit ada3050

Browse files
author
Brian Flores
committed
fix observations
1 parent badb455 commit ada3050

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

SoftLayer/managers/vs.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,10 @@ def upgrade(self, instance_id, cpus=None, memory=None, nic_speed=None, public=Tr
11051105
return False
11061106

11071107
def get_disk_category_id_by_disk_number(self, capacity, disk_number):
1108-
"""Uses Product_Package::getItemPrices to get all disk items with its categories."""
1108+
"""Uses Product_Package::getItemPrices to get all disk items with its categories and
1109+
1110+
disk_key_names dictionary to convert disk numbers (int) to ordinal numbers (string)
1111+
"""
11091112
disk_key_names = {
11101113
1: "First Disk",
11111114
2: "Second Disk",

0 commit comments

Comments
 (0)