Fix path for tripleo-common

When it is installed from pip, the files end on
/usr/share/tripleo-commmon

Change-Id: I8fff9a64c9f90c329b57a376b2f15fa8feac3651
This commit is contained in:
Yolanda Robla 2017-06-06 12:26:15 +02:00
parent c0ad635288
commit f7d19bc431
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
else
export UPPER_CONSTRAINTS_FILE=$WORKSPACE/requirements/upper-constraints.txt
tox -evenv -- pip install diskimage-builder -c $UPPER_CONSTRAINTS_FILE
TRIPLEO_COMMON_PATH=/usr/share/openstack-tripleo-common
TRIPLEO_COMMON_PATH=/usr/share/tripleo-common
fi
if [ "{image-name}" == "overcloud-sec-hard-full" ]; then