From 387d0dd2dd318b8179d7b163a3708dc7dba746e6 Mon Sep 17 00:00:00 2001 From: Adam Gandelman Date: Mon, 16 Jun 2014 16:53:28 -0700 Subject: [PATCH] Set version bounds for diskimage-builder In an attempt to begin managing Ironic stable branches, we'll be moving our DevStack testing toward relying on a versioned DIB dependency from pip instead cloning and running from trunk. This sets a version requirement to the most recent DIB release. Change-Id: If69963dba3cc55aa79bd0165ab147e7b3f776f75 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index ff15830891..f05ffa76ff 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -12,7 +12,7 @@ croniter>=0.3.4 # MIT License cryptography>=0.4 # Apache-2.0 ddt>=0.4.0 decorator>=3.4.0 -diskimage-builder +diskimage-builder>=0.1.20 Django>=1.4,<1.7 django-bootstrap-form django_compressor>=1.4