summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2012-02-10 14:52:13 -0600
committerDolph Mathews <dolph.mathews@gmail.com>2012-02-27 09:58:04 -0600
commit212489084fac8de20718bfccad2f77cbfa7ea3e2 (patch)
tree4cfada718772bb13e93be1f6c8f3b932064eb7ab /tools
parente23ecc6893db337671f75b6cc069d96a183940e8 (diff)
downloadkeystone-212489084fac8de20718bfccad2f77cbfa7ea3e2.tar.gz
keystone-212489084fac8de20718bfccad2f77cbfa7ea3e2.tar.xz
keystone-212489084fac8de20718bfccad2f77cbfa7ea3e2.zip
XML de/serialization (bug 928058)
Middleware rewrites incoming XML requests as JSON, and outgoing JSON as XML, per Accept and Content-Type headers. Tests assert that core API methods support WADL/XSD specs, and cover JSON content as well. Change-Id: I6897971dd745766cbc472fd6e5346b1b34d933b0
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires1
-rw-r--r--tools/pip-requires-test1
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index 04f7ef5f..8b6d0ca0 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -8,6 +8,7 @@ routes
sqlalchemy
sqlalchemy-migrate
passlib
+lxml
# for python-novaclient
prettytable
diff --git a/tools/pip-requires-test b/tools/pip-requires-test
index d968ed94..fa7457e0 100644
--- a/tools/pip-requires-test
+++ b/tools/pip-requires-test
@@ -9,6 +9,7 @@ sqlalchemy
sqlalchemy-migrate
passlib
python-memcached
+lxml
# keystonelight testing dependencies
nose