diskimage-builder/elements/pip-and-virtualenv
Ricardo Carrillo Cruz a645fa4ffb Revert "Pre-install pip/virtualenv packages"
This reverts commit a85ce75d6b.

The reason for this revert is because it breaks CentOS dsvm jobs:

http://logs.openstack.org/35/332435/6/check/gate-ansible-role-cloud-launcher-dsvm-ansible-func-centos-7/13b3b66/logs/devstacklog.txt.gz

It is due to DevStack removing python-virtualenv by default, causing issues
as CentOS images have virtualenv installed via system-package and pip
by DIB.

Closes-Bug: 1599277
Change-Id: Ib0c01a7b3be32159e7c864a465fe9455e8d651ef
2016-07-05 20:09:39 +00:00
..
install.d/pip-and-virtualenv-source-install Revert "Pre-install pip/virtualenv packages" 2016-07-05 20:09:39 +00:00
element-deps Add pip-and-virtualenv element 2016-01-06 18:39:19 +00:00
package-installs.yaml Add pip-and-virtualenv element 2016-01-06 18:39:19 +00:00
pkg-map add pkg-map to pip-and-virtualenv element 2016-03-21 20:12:37 -05:00
README.rst Add pip-and-virtualenv element 2016-01-06 18:39:19 +00:00
source-repository-pip-and-virtualenv add pkg-map to pip-and-virtualenv element 2016-03-21 20:12:37 -05:00

==================
pip-and-virtualenv
==================

This element installs pip and virtualenv in the image. If the package
installtype is used then these programs are installed from distribution
packages. If the source installtype is used these programs are installed
from get-pip.py and pip (respectively).

To install pip and virtualenv from package:

  export DIB_INSTALLTYPE_pip_and_virtualenv=package