From ec1dc92a2a4a96115a914a72517212752e237373 Mon Sep 17 00:00:00 2001 From: Zhi Yan Liu Date: Thu, 8 Aug 2013 12:22:41 +0800 Subject: [PATCH] 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d8b87df4..386aebb3 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