From dd7d498fd4a5402159d7b12e803c279bbcc88537 Mon Sep 17 00:00:00 2001 From: "Jesse Pretorius (odyssey4me)" Date: Wed, 1 Aug 2018 12:31:31 +0000 Subject: [PATCH] Revert "Revert "Install virtualenv for CentOS via distro packages"" This reverts commit fd585081adff0f7885413f270b2de73e721a8996. 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 --- vars/redhat-7.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vars/redhat-7.yml b/vars/redhat-7.yml index 19681696..59dd2f45 100644 --- a/vars/redhat-7.yml +++ b/vars/redhat-7.yml @@ -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: