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

This commit is contained in:
Toshio Kuratomi 2015-05-11 12:24:14 -07:00
parent b947704e2b
commit 490cde3cbd

View file

@ -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),