Commit 490cde3c by Toshio Kuratomi

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

parent b947704e
...@@ -50,6 +50,7 @@ options: ...@@ -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: ...@@ -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),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment