Add python2.6+ as a documented requirement for rackspace modules
This commit is contained in:
parent
b947704e2b
commit
490cde3cbd
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,7 @@ options:
|
|||
- Whether or not to require SSL validation of API endpoints
|
||||
version_added: 1.5
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- pyrax
|
||||
notes:
|
||||
- The following environment variables can be used, C(RAX_USERNAME),
|
||||
|
@ -111,6 +112,7 @@ options:
|
|||
- Whether or not to require SSL validation of API endpoints
|
||||
version_added: 1.5
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- pyrax
|
||||
notes:
|
||||
- The following environment variables can be used, C(RAX_USERNAME),
|
||||
|
|
Loading…
Reference in a new issue