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:
Kevin Carter 2016-08-06 07:23:30 -05:00
parent 4ef8537dcf
commit aafb6dcb81
No known key found for this signature in database
GPG Key ID: 69FEFFC5E2D9273F
1 changed files with 2 additions and 1 deletions

View File

@ -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