Add pip to the default package set
This is needed so "pip" will upgrade itself if no other "pip_packages" have been defined which is needed to unblock gating within the IRR roles. Change-Id: I6dd389666500c95023b8f4b76f19a32c55fcb2f7 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
4ef8537dcf
commit
aafb6dcb81
@ -33,7 +33,8 @@ pip_source_install_options: ""
|
||||
|
||||
# This list var can be used to specify specific versions of pip, setuptools,
|
||||
# wheel and any other packages which must be installed when pip installs.
|
||||
pip_packages: []
|
||||
pip_packages:
|
||||
- pip
|
||||
|
||||
pip_required_pip_packages:
|
||||
- pyOpenSSL # SSL SNI support
|
||||
|
Loading…
Reference in New Issue
Block a user