Skip to content

Commit d4f2b2f

Browse files
authored
sl_vm: update docs about requirements (#10282)
* sl_vm: update docs about requirements * Update plugins/modules/sl_vm.py
1 parent b7f9f24 commit d4f2b2f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

plugins/modules/sl_vm.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,16 @@
173173
type: int
174174
requirements:
175175
- softlayer >= 4.1.1
176+
notes:
177+
- If using Python 2.7, you must install C(softlayer-python<=5.7.2).
178+
- If using Python 3.6, you must install C(softlayer-python<=6.0.0).
179+
- The C(softlayer-python) library, at version 6.2.6 (from Jan 2025), only supports Python version 3.8, 3.9 and 3.10.
176180
author:
177181
- Matt Colton (@mcltn)
182+
seealso:
183+
- name: SoftLayer API Python Client
184+
description: The SoftLayer API Python Client is required for this module.
185+
link: https://github.com/SoftLayer/softlayer-python
178186
"""
179187

180188
EXAMPLES = r"""

0 commit comments

Comments
 (0)