Merge pull request #19 from gfidente/dib_utils

Checkout dib-utils in addition to DIB from instack-virt-setup
This commit is contained in:
James Slagle 2014-09-18 09:52:12 -04:00
commit b71e7e85e2

View File

@ -20,6 +20,11 @@ else
export PATH="$PATH:$INSTACK_ROOT/diskimage-builder/bin/"
fi
if [ ! -d "$INSTACK_ROOT/dib-utils" ]; then
git clone https://git.openstack.org/openstack/dib-utils
export PATH="$PATH:$INSTACK_ROOT/dib-utils/bin/"
fi
if [ ! -d "$INSTACK_ROOT/tripleo-image-elements" ]; then
git clone https://git.openstack.org/openstack/tripleo-image-elements
fi