@@ -122,8 +122,8 @@ def edit(self, image_id, name=None, note=None, tag=None):
122122
123123 def import_image_from_uri (self , name , uri , os_code = None , note = None ,
124124 ibm_api_key = None , root_key_id = None ,
125- wrapped_dek = None , kp_id = None , cloud_init = None ,
126- byol = None , is_encrypted = None ):
125+ wrapped_dek = None , kp_id = None , cloud_init = False ,
126+ byol = False , is_encrypted = False ):
127127 """Import a new image from object storage.
128128
129129 :param string name: Name of the new image
@@ -138,10 +138,10 @@ def import_image_from_uri(self, name, uri, os_code=None, note=None,
138138 :param string ibm_api_key: Ibm Api Key needed to communicate with ICOS
139139 and Key Protect
140140 :param string root_key_id: ID of the root key in Key Protect
141- :param string wrapped_dek: Wrapped Decryption Key provided by IBM
142- KeyProtect
141+ :param string wrapped_dek: Wrapped Data Encryption Key provided by
142+ IBM KeyProtect
143143 :param string kp_id: ID of the IBM Key Protect Instance
144- :param boolean cloud_init: Specifies if image is cloud init
144+ :param boolean cloud_init: Specifies if image is cloud- init
145145 :param boolean byol: Specifies if image is bring your own license
146146 :param boolean is_encrypted: Specifies if image is encrypted
147147 """
0 commit comments