Merge "doc: openshiftpods handles python-path too"

This commit is contained in:
Zuul 2020-06-29 18:25:35 +00:00 committed by Gerrit Code Review
commit 64e7d82268
1 changed files with 10 additions and 0 deletions

View File

@ -1654,6 +1654,16 @@ Selecting the openshift pods driver adds the following options to the
The amount of memory in MB to request for the pod.
.. attr:: python-path
:type: str
:default: auto
The path of the default python interpreter. Used by Zuul to set
``ansible_python_interpreter``. The special value ``auto`` will
direct Zuul to use inbuilt Ansible logic to select the
interpreter on Ansible >=2.8, and default to
``/usr/bin/python2`` for earlier versions.
AWS EC2 Driver
--------------