summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMark Goddard <mark@stackhpc.com>2019-01-04 10:12:18 +0000
committerMark Goddard <mark@stackhpc.com>2019-03-04 10:30:16 +0000
commitec2f7f992e1cca141df26441bdbf9cd9c682541c (patch)
treebb79f18c230968c5abc60ed97cc44a81ee537c9e /requirements.txt
parent17a944fe9d282658b5eaa80f145b2a6a6882cbc2 (diff)
downloadironic-ec2f7f992e1cca141df26441bdbf9cd9c682541c.tar.gz
Deploy templates: API & notifications
Adds deploy_templates REST API endpoints for retrieving, creating, updating and deleting deployment templates. Also adds notification objects for deploy templates. Bumps the minimum WSME requirement to 0.9.3, since the lower constraints job was failing with a 500 error when sending data in an unexpected format to the POST /deploy_templates API. Change-Id: I0e8c97e600f9b1080c8bdec790e5710e7a92d016 Story: 1722275 Task: 28677
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index e339ead1b..544a2a75b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -37,7 +37,7 @@ requests>=2.14.2 # Apache-2.0
rfc3986>=0.3.1 # Apache-2.0
six>=1.10.0 # MIT
jsonpatch!=1.20,>=1.16 # BSD
-WSME>=0.8.0 # MIT
+WSME>=0.9.3 # MIT
Jinja2>=2.10 # BSD License (3 clause)
keystonemiddleware>=4.17.0 # Apache-2.0
oslo.messaging>=5.29.0 # Apache-2.0