From 81189cb581a81f2bfe2234f24e06eb324d8d40c2 Mon Sep 17 00:00:00 2001 From: Adam Gandelman Date: Mon, 21 Dec 2015 13:02:31 -0800 Subject: [PATCH] devstack: Unpin DIB Change-Id: Ic27427ebe42a5564f8b6b03c287457bf16bb84d4 --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 858d3fd4..d9ebfa53 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -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