defaults: Add virtualenv to default pip packages

Right now, every os_* role explicitly requires and installs the
'virtualenv' package since they all deploy virtual environments for
the services. As we move towards using distribution packages as an
alternative, we can move this dependency to the pip_install role
so we can have a central place to reference the common PIP dependencies
across the hosts.

Change-Id: I4eb0a70dc6aa4437a6aa52caf510225c49ef8b11
Implements: blueprint openstack-distribution-packages
This commit is contained in:
Markos Chandras 2018-04-23 16:14:22 +01:00
parent 737c9ee415
commit d148471894
1 changed files with 2 additions and 1 deletions

View File

@ -44,10 +44,11 @@ pip_install_distro_build_packages: []
pip_install_build_packages: yes
# 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.
# virtualenv, wheel and any other packages which must be installed when pip installs.
pip_packages:
- pip
- setuptools
- virtualenv
- wheel
## APT Cache options