diff options
author | Dmitry Tantsur <divius.inside@gmail.com> | 2019-02-25 11:24:53 +0100 |
---|---|---|
committer | Dmitry Tantsur <divius.inside@gmail.com> | 2019-03-05 19:14:56 +0100 |
commit | 3e1e0c9d5e6e5753d0fe2529901986ea36934971 (patch) | |
tree | 0dfd46645b8ca7e81bf6b37ed3262da43f2cc14d /requirements.txt | |
parent | ec2f7f992e1cca141df26441bdbf9cd9c682541c (diff) | |
download | ironic-3e1e0c9d5e6e5753d0fe2529901986ea36934971.tar.gz |
Allow building configdrive from JSON in the API
Extend the API with the ability to build config drives from meta_data,
network_data and user_data, where meta_data and network_data are JSON
objects, and user_data is either a JSON object, a JSON array or
raw contents as a string.
This change uses openstacksdk (which is already an indirect dependency)
for building config drives.
Change-Id: Ie1f399a4cb6d4fe5afec79341d3bccc0f81204b2
Story: #2005083
Task: #29663
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 544a2a75b..ba1845d8d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,3 +47,4 @@ jsonschema<3.0.0,>=2.6.0 # MIT psutil>=3.2.2 # BSD futurist>=1.2.0 # Apache-2.0 tooz>=1.58.0 # Apache-2.0 +openstacksdk>=0.25.0 # Apache-2.0 |