From fd585081adff0f7885413f270b2de73e721a8996 Mon Sep 17 00:00:00 2001 From: "Jesse Pretorius (odyssey4me)" Date: Wed, 1 Aug 2018 08:36:43 +0000 Subject: [PATCH] Revert "Install virtualenv vor CentOS via distro packages" This reverts commit c0e35c572987d1e3f2f5afa2f798cafaeb6e4fe5. Having virtualenv installed while also having pip_install active is causing failures because pip is not there, and pip_install is trying to install pip/setuptools/wheel and refuses. We need to work out whether we can get rid of pip_install or some other strategy. Change-Id: Iff9772057554e146c0f0a3b4a7753cdd263853bc --- vars/redhat-7.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vars/redhat-7.yml b/vars/redhat-7.yml index a8c1ff88..b93a9609 100644 --- a/vars/redhat-7.yml +++ b/vars/redhat-7.yml @@ -50,8 +50,7 @@ openstack_host_kernel_modules: - name: vhost_net ## Base packages -_openstack_host_distro_packages: - - python-virtualenv +_openstack_host_distro_packages: [] ## Bare metal base packages _openstack_host_metal_distro_packages: