Bump python support version for openstack modules (#40750)

The openstack modules do not support python 2.6 as the underlying
library dependency (openstacksdk) does not support python 2.6. Update
the docs to make this clear.
This commit is contained in:
Monty Taylor 2018-05-29 07:51:58 -05:00 committed by David Shrewsbury
parent 026de6bcb0
commit 123b01aaeb
29 changed files with 29 additions and 29 deletions

View file

@ -37,7 +37,7 @@ options:
choices: [present, absent]
default: present
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk"
'''