Add python2.6+ as a documented requirement for rackspace modules

pull/10983/head
Toshio Kuratomi 10 years ago
parent b947704e2b
commit 490cde3cbd

@ -50,6 +50,7 @@ options:
- Whether or not to require SSL validation of API endpoints - Whether or not to require SSL validation of API endpoints
version_added: 1.5 version_added: 1.5
requirements: requirements:
- "python >= 2.6"
- pyrax - pyrax
notes: notes:
- The following environment variables can be used, C(RAX_USERNAME), - 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 - Whether or not to require SSL validation of API endpoints
version_added: 1.5 version_added: 1.5
requirements: requirements:
- "python >= 2.6"
- pyrax - pyrax
notes: notes:
- The following environment variables can be used, C(RAX_USERNAME), - The following environment variables can be used, C(RAX_USERNAME),

Loading…
Cancel
Save