a645fa4ffb
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
7 lines
256 B
Bash
7 lines
256 B
Bash
export DISTRO_NAME=centos
|
|
export DIB_RELEASE=${DIB_RELEASE:-7}
|
|
|
|
# by default, enable DHCP configuration of eth0 & eth1 in network
|
|
# scripts. See yum-minimal for full details
|
|
export DIB_YUM_MINIMAL_CREATE_INTERFACES=${DIB_YUM_MINIMAL_CREATE_INTERFACES:-1}
|