diff options
author | Dmitry Tantsur <dtantsur@protonmail.com> | 2021-02-12 17:00:40 +0100 |
---|---|---|
committer | Dmitry Tantsur <dtantsur@protonmail.com> | 2021-02-16 16:56:52 +0100 |
commit | 59cb08fd288a23f31e8cfdd5aa57d979c5a3daff (patch) | |
tree | 3f4b9a6b795337a776aea10525f1ea80710f27ba /requirements.txt | |
parent | 13c3c60ff1716cb25d0a33e85089304ae49ef8e2 (diff) | |
download | ironic-python-agent-59cb08fd288a23f31e8cfdd5aa57d979c5a3daff.tar.gz |
New deploy step for injecting arbitrary files
This change adds a deploy step inject_files that adds a flexible
way to inject files into the instance.
Change-Id: I0e70a2cbc13744195c9493a48662e465ec010dbe
Story: #2008611
Task: #41794
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 690a5b1e..9fefc997 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,6 +17,6 @@ requests>=2.14.2 # Apache-2.0 rtslib-fb>=2.1.65 # Apache-2.0 stevedore>=1.20.0 # Apache-2.0 tenacity>=6.2.0 # Apache-2.0 -ironic-lib>=4.1.0 # Apache-2.0 +ironic-lib>=4.5.0 # Apache-2.0 Werkzeug>=1.0.1 # BSD License cryptography>=2.3 # BSD/Apache-2.0 |