Revert "defaults: Add virtualenv to default pip packages"

This reverts commit d148471894.

In order to install the virtualenv package using a distribution package
in the openstack_hosts role, we need to remove it from being installed
here.

Change-Id: I26046ab20cef0012a2d6c52c29827908f2d9f81c
This commit is contained in:
Jesse Pretorius (odyssey4me) 2018-08-01 12:26:27 +00:00 committed by Jesse Pretorius
parent 722470da02
commit 889b1248ea
1 changed files with 1 additions and 2 deletions

View File

@ -44,11 +44,10 @@ pip_install_distro_build_packages: []
pip_install_build_packages: yes pip_install_build_packages: yes
# This list var can be used to specify specific versions of pip, setuptools, # This list var can be used to specify specific versions of pip, setuptools,
# virtualenv, wheel and any other packages which must be installed when pip installs. # wheel and any other packages which must be installed when pip installs.
pip_packages: pip_packages:
- pip - pip
- setuptools - setuptools
- virtualenv
- wheel - wheel
## APT Cache options ## APT Cache options