Revert "Revert "Install virtualenv for CentOS via distro packages""

This reverts commit fd585081ad.

The failures when trying to install pip for CentOS were not due to
the pip/setuptools/wheel packages, but instead due to the
inclusion of the virtualenv package in the list. With the dependent
patch, that is removed, so pip/setuptools/wheel should install
just fine.

Change-Id: I8648dc3dd3ee04ac31a9497bf6a8c677374f1afc
Depends-On: https://review.openstack.org/587798
This commit is contained in:
Jesse Pretorius (odyssey4me) 2018-08-01 12:31:31 +00:00 committed by Jesse Pretorius
parent 1155993dda
commit dd7d498fd4
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ openstack_host_kernel_modules:
- name: vhost_net
## Base packages
_openstack_host_distro_packages: []
_openstack_host_distro_packages:
- python-virtualenv
## Bare metal base packages
_openstack_host_metal_distro_packages: