summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhi Yan Liu <zhiyanl@cn.ibm.com>2013-08-08 12:22:41 +0800
committerZhi Yan Liu <zhiyanl@cn.ibm.com>2013-08-08 12:22:41 +0800
commitec1dc92a2a4a96115a914a72517212752e237373 (patch)
treeed8310bb6354d500704069b47fc29bb9b26e50d8
parent43e71e399372102f8ef4a3b7ad836fe16ace63a3 (diff)
downloadpython-glanceclient-ec1dc92a2a4a96115a914a72517212752e237373.tar.gz
Raise warlock requirement
Glance PATCH API need use new 'require' condition for schema to validate income requests. Raise warlock requirement to >=1.0.1,<2 as older warlock requires a too old jsonschema to be useful. See bug #1202391 for details. Change-Id: I0ac148850a5b1254bf0827c7de2db1464a6703d8 Signed-off-by: Zhi Yan Liu <zhiyanl@cn.ibm.com>
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index d8b87df..386aebb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,4 +5,4 @@ argparse
prettytable>=0.6,<0.8
python-keystoneclient>=0.2.1
pyOpenSSL
-warlock>=0.7.0,<2
+warlock>=1.0.1,<2