devstack: Unpin DIB

Change-Id: Ic27427ebe42a5564f8b6b03c287457bf16bb84d4
This commit is contained in:
Adam Gandelman 2015-12-21 13:02:31 -08:00
parent 9a169c1ec8
commit 81189cb581
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ function pre_start_astara() {
if [ "$BUILD_ASTARA_APPLIANCE_IMAGE" == "True" ]; then
if [[ $(type -P disk-image-create) == "" ]]; then
pip_install "diskimage-builder<0.1.43"
pip_install "diskimage-builder"
fi
if [[ "$ASTARA_DEV_APPLIANCE_ENABLED_DRIVERS" =~ "loadbalancer" ]]; then