summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorLucas Alvares Gomes <lucasagomes@gmail.com>2013-08-19 18:38:35 +0100
committerLucas Alvares Gomes <lucasagomes@gmail.com>2013-09-06 11:25:08 +0100
commitb96e297dbbbd47e69abbd1b5f468e1fc84b9ef6d (patch)
treeeb1886db1f1d0c88a301ff471d1fd83558b3cf6e /requirements.txt
parentaa56586c590b2bfb8c960dda123eee5012b38b23 (diff)
downloadironic-b96e297dbbbd47e69abbd1b5f468e1fc84b9ef6d.tar.gz
Updating resources with PATCH
This patch enables clients to update the resources using the PATCH HTTP method. PATCH allows partial updates on the documents, reducing network and processing overhead. Attributes may be removed, replaced, or added in a single request. Closes-Bug: #1220107 Change-Id: I8187f32b86f05fda58360cd3a51f07ae43742a3a
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 0a7d90a6c..0a889cdf5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -22,5 +22,6 @@ websockify>=0.5.1,<0.6
oslo.config>=1.1.0
pecan>=0.2.0
six<1.4.0
+jsonpatch>=1.1
WSME>=0.5b2
Cheetah>=2.4.4