doc: openshiftpods handles python-path too

Change-Id: I0893032f05c561aa428b3b77a14b55eadbe6c5f1
This commit is contained in:
Pierre-Louis Bonicoli 2020-05-28 01:26:24 +02:00
parent fa2a850cb9
commit ae85030108
No known key found for this signature in database
GPG Key ID: 06914C4A5EDAA6DD

View File

@ -1634,6 +1634,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
--------------