Add diskimage-builder/bin to PATH.

This is required because some tooling (build-images) calls out
to disk-image-create which needs to be in the PATH.

Change-Id: I6ad2357d68cd87764d78a723eaecbd487b5a98c1
This commit is contained in:
Dan Prince 2015-04-24 07:56:12 -04:00
parent 1d816e9506
commit cb09424c57

View File

@ -61,7 +61,7 @@ if [ -z "$TRIPLEO_ROOT" -o ! -d $TRIPLEO_ROOT/tripleo-incubator/scripts ]; then
return 1
fi
### --include
export PATH=$TRIPLEO_ROOT/tripleo-incubator/scripts:$TRIPLEO_ROOT/dib-utils/bin:$PATH
export PATH=$TRIPLEO_ROOT/tripleo-incubator/scripts:$TRIPLEO_ROOT/dib-utils/bin:$TRIPLEO_ROOT/diskimage-builder/bin:$PATH
## #. It's possible to deploy the Undercloud without a UI and its dependent elements.
## The dependent image elements in Undercloud are Horizon, Tuskar-UI (not included