Skip to content

Commit dfff09f

Browse files
Update vs.py
fixed docs for imageTemplate to mention GUID
1 parent ebf5809 commit dfff09f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SoftLayer/managers/vs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def reload_instance(self, instance_id,
272272
:param string post_url: The URI of the post-install script to run
273273
after reload
274274
:param list ssh_keys: The SSH keys to add to the root user
275-
:param int image_id: The ID of the image to load onto the server
275+
:param int image_id: The GUID of the image to load onto the server
276276
277277
.. warning::
278278
This will reformat the primary drive.
@@ -537,7 +537,7 @@ def create_instance(self, **kwargs):
537537
:param bool local_disk: Flag to indicate if this should be a local disk (default) or a SAN disk.
538538
:param string datacenter: The short name of the data center in which the VS should reside.
539539
:param string os_code: The operating system to use. Cannot be specified if image_id is specified.
540-
:param int image_id: The ID of the image to load onto the server. Cannot be specified if os_code is specified.
540+
:param int image_id: The GUID of the image to load onto the server. Cannot be specified if os_code is specified.
541541
:param bool dedicated: Flag to indicate if this should be housed on adedicated or shared host (default).
542542
This will incur a fee on your account.
543543
:param int public_vlan: The ID of the public VLAN on which you want this VS placed.

0 commit comments

Comments
 (0)