From ae85030108295af592924d6da0d8574fd6e2395c Mon Sep 17 00:00:00 2001 From: Pierre-Louis Bonicoli Date: Thu, 28 May 2020 01:26:24 +0200 Subject: [PATCH] doc: openshiftpods handles python-path too Change-Id: I0893032f05c561aa428b3b77a14b55eadbe6c5f1 --- doc/source/configuration.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index e0e29ee63..b3dfca2c9 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -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 --------------