Add workaround to pin pip to 18.0

The default recipe does not work with the latest version of pip. The
workaround is to override to 18.0

Change-Id: If245c3c51930beba151ed8a42cec15131ea28098
This commit is contained in:
Samuel Cassiba 2018-10-14 21:01:22 -07:00 committed by Jens Harbott (frickler)
parent 192d358148
commit 97af7feec5
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@
# install a python
python_runtime '2' do
provider :system
# Workaround for https://github.com/poise/poise-python/issues/133
pip_version '18.0'
end
platform_options = node['openstack']['common']['platform']