Remove pip_lock_to_internal_repo variable
This variable is no longer set to true anywhere, so it is no longer required. Implements: blueprint python-build-install-simplification Signed-off-by: Jesse Pretorius <jesse.pretorius@rackspace.co.uk> Change-Id: I432e90566fd8574c8a1302bafb710bd6cfd0d02d
This commit is contained in:
parent
e883d33630
commit
2b88712912
@ -32,7 +32,6 @@
|
|||||||
- name: Set pip upstream URL
|
- name: Set pip upstream URL
|
||||||
set_fact:
|
set_fact:
|
||||||
pip_upstream_url: "https://bootstrap.pypa.io/get-pip.py"
|
pip_upstream_url: "https://bootstrap.pypa.io/get-pip.py"
|
||||||
pip_lock_to_internal_repo: false
|
|
||||||
when:
|
when:
|
||||||
- pip_upstream_url != "https://bootstrap.pypa.io/get-pip.py"
|
- pip_upstream_url != "https://bootstrap.pypa.io/get-pip.py"
|
||||||
- (_repo_data_check.status | default(503)) != 200
|
- (_repo_data_check.status | default(503)) != 200
|
||||||
|
@ -72,7 +72,6 @@
|
|||||||
- name: Fallback to PyPI
|
- name: Fallback to PyPI
|
||||||
set_fact:
|
set_fact:
|
||||||
pip_default_index: "https://pypi.python.org/simple"
|
pip_default_index: "https://pypi.python.org/simple"
|
||||||
pip_lock_to_internal_repo: False
|
|
||||||
when: (pip_default_index_check.status | default(503)) != 200
|
when: (pip_default_index_check.status | default(503)) != 200
|
||||||
tags:
|
tags:
|
||||||
- common-constraints
|
- common-constraints
|
||||||
|
Loading…
Reference in New Issue
Block a user