We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 842f63b + 8bc9512 commit b683097Copy full SHA for b683097
setup.py
@@ -14,7 +14,7 @@
14
15
setup(
16
name='SoftLayer',
17
- version='5.7.1',
+ version='5.7.2',
18
description=DESCRIPTION,
19
long_description=LONG_DESCRIPTION,
20
author='SoftLayer Technologies, Inc.',
tests/managers/image_tests.py
@@ -166,6 +166,7 @@ def test_import_image_cos(self):
166
'operatingSystemReferenceCode': 'UBUNTU_LATEST',
167
'uri': 'cos://some_uri',
168
'ibmApiKey': 'some_ibm_key',
169
+ 'crkCrn': 'some_root_key_crn',
170
'wrappedDek': 'some_dek',
171
'cloudInit': False,
172
'byol': False,
0 commit comments