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:
parent
1d816e9506
commit
cb09424c57
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user