summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJohn Garbutt <john@johngarbutt.com>2018-01-09 17:19:58 +0000
committerJulia Kreger <juliaashleykreger@gmail.com>2018-01-25 00:11:44 +0000
commit864331a94bddfd1860e0db9c6763fbf4f3ab6507 (patch)
tree367e14ab0fb1d6e54f203edb377431603c60f20d /requirements.txt
parentc1cce7eb452c228dc2633e80f2c98fd142574fa9 (diff)
downloadironic-864331a94bddfd1860e0db9c6763fbf4f3ab6507.tar.gz
API: Node Traits API
Adds basic CRUD on traits, including set and delete of individual traits. Bumps the API microversion to 1.37. NOTE: This patch does not implement the advanced filtering outlined in the OpenStack API working group's tags guidelines[1]. That will be implemented in a separate microversion as a follow up patch. [1] http://specs.openstack.org/openstack/api-wg/guidelines/tags.html Change-Id: I313fa01fbf20bf0ff19f102ea63b02e72ac2b856 Partial-Bug: #1722194 Co-Authored-By: Mark Goddard <mark@stackhpc.com>
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 de4ee8d7a..fad6eb8c7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -30,6 +30,7 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.service!=1.28.1,>=1.24.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
osprofiler>=1.4.0 # Apache-2.0
+os-traits>=0.4.0 # Apache-2.0
pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD
requests>=2.14.2 # Apache-2.0
rfc3986>=0.3.1 # Apache-2.0