Merge "devstack: Unpin DIB"

This commit is contained in:
Jenkins 2016-01-05 17:34:36 +00:00 committed by Gerrit Code Review
commit 7a70496dd2
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