API Validation for Trove API

Replaced validation with new and improved json schema validation
    Fixed malformed json schema bug #1177969
    Fixed integration test for create_user; correct databases
    Fixed integration for create_users; invalid character_set param

Implements: json-schema-support

Change-Id: I6ca09803654d9e78362fde69185b5b9e05a5eb6b
This commit is contained in:
justin-hopper
2013-06-18 12:38:38 -07:00
parent eafc62f61b
commit ccdf59f21e
22 changed files with 1170 additions and 266 deletions

View File

@@ -18,3 +18,4 @@ python-keystoneclient
python-swiftclient
iso8601
oslo.config>=1.1.0
jsonschema>=1.0.0,!=1.4.0,<2