Merge "Add ability to disable implementing pip.conf"

This commit is contained in:
Zuul 2017-11-28 13:54:32 +00:00 committed by Gerrit Code Review
commit e036e6d1cc
2 changed files with 10 additions and 0 deletions

View File

@ -98,6 +98,13 @@ cache_timeout: 600
# is intercepting the certificates.
pip_validate_certs: "yes"
# Boolean variable to set whether pip.conf should be
# implemented to adjust pip's default behaviour.
# By default we do this, but sometimes we want to
# just let the default pip.conf on the system or
# pip's default settings do their thing.
pip_configure: true
# Options for pip global
pip_enable_pre_releases: true
pip_timeout: 120

View File

@ -25,6 +25,9 @@
- always
- include: configure.yml
static: no
when:
- pip_configure | bool
tags:
- pip_install-config