Skip to content

Commit a00df24

Browse files
committed
Modify comments
1 parent aff7048 commit a00df24

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

SoftLayer/managers/image.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,14 @@ def import_image_from_uri(self, name, uri, os_code=None, note=None,
136136
:param string os_code: The reference code of the operating system
137137
:param string note: Note to add to the image
138138
:param string ibm_api_key: Ibm Api Key needed to communicate with ICOS
139-
and Key Protect
140-
:param string root_key_crn: CRN of the root key in your KMS
139+
and your KMS
140+
:param string root_key_crn: CRN of the root key in your KMS. Go to your
141+
KMS (Key Protect or Hyper Protect) provider to get the CRN for your
142+
root key. An example CRN:
143+
crn:v1:bluemix:public:hs-crypto:us-south:acctID:serviceID:key:keyID'
144+
Used only when is_encrypted is True.
141145
:param string wrapped_dek: Wrapped Data Encryption Key provided by
142-
your KMS
146+
your KMS. Used only when is_encrypted is True.
143147
:param boolean cloud_init: Specifies if image is cloud-init
144148
:param boolean byol: Specifies if image is bring your own license
145149
:param boolean is_encrypted: Specifies if image is encrypted

0 commit comments

Comments
 (0)