summaryrefslogtreecommitdiff
path: root/lib/ansible/utils
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2015-06-30 12:50:42 -0700
committerToshio Kuratomi <toshio@fedoraproject.org>2015-06-30 12:51:20 -0700
commit54e7c8a3f735f929d06d07a0844a85fd082d6e08 (patch)
treea3e0237e9db0d1c47e3a066d8bf1dede679e0d10 /lib/ansible/utils
parent4b1a14eb164e0e916fe3897397c61c9492a80cd1 (diff)
downloadansible-54e7c8a3f735f929d06d07a0844a85fd082d6e08.tar.gz
Add python requirement to the documentation for openstack modules requiring shade
Diffstat (limited to 'lib/ansible/utils')
-rw-r--r--lib/ansible/utils/module_docs_fragments/openstack.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ansible/utils/module_docs_fragments/openstack.py b/lib/ansible/utils/module_docs_fragments/openstack.py
index 99897eee6d..4dd89139e4 100644
--- a/lib/ansible/utils/module_docs_fragments/openstack.py
+++ b/lib/ansible/utils/module_docs_fragments/openstack.py
@@ -98,6 +98,7 @@ options:
required: false
default: public
requirements:
+ - python >= 2.7
- shade
notes:
- The standard OpenStack environment variables, such as C(OS_USERNAME)