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>
This commit is contained in:
Zhi Yan Liu
2013-08-08 12:22:41 +08:00
parent 43e71e3993
commit ec1dc92a2a
+1 -1
View File
@@ -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