Ensure virtualenv/pip are installed on centos

This patch ensures virtualenv/pip are installed on centos using
distro packages, like it is in other distributions.

Change-Id: If3ac657e9a3e013a4013dd98b4cb785ef7ee9800
This commit is contained in:
Jean-Philippe Evrard 2018-07-31 20:59:22 +02:00
parent 8c46d18988
commit 0a11800302
1 changed files with 3 additions and 3 deletions

View File

@ -22,8 +22,6 @@ openstack_host_module_file: /etc/modules-load.d/openstack-ansible.conf
openstack_host_sysstat_cron_mode: '0600'
openstack_host_use_distro_pip: false
## Kernel modules loaded on hosts
openstack_host_kernel_modules:
- name: 8021q
@ -50,7 +48,9 @@ openstack_host_kernel_modules:
- name: vhost_net
## Base packages
_openstack_host_distro_packages: []
_openstack_host_distro_packages:
- python-virtualenv
- python-pip
## Bare metal base packages
_openstack_host_metal_distro_packages: