Commit 490cde3c by Toshio Kuratomi

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

parent b947704e
......@@ -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),
......
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