summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorYolanda Robla <yroblamo@redhat.com>2018-09-24 16:11:52 +0200
committerYolanda Robla <yroblamo@redhat.com>2018-10-19 16:59:29 +0200
commitf532ec4f70c5ac1bf65f2e3545f5b607adb038ba (patch)
tree13baff2132db9938ed9cec77cd1b280ff60c5b32 /requirements.txt
parent2fbafab8a80cfb90a27de15598aa6d7970788ca5 (diff)
downloadironic-f532ec4f70c5ac1bf65f2e3545f5b607adb038ba.tar.gz
Enable configuration of conversion flags for iscsi
Add an option conv_flags, that will be passed at ironic.conf into iscsi section. This will pass the conv_flags option to the iscsi disk utils, and this will modify the behaviour of the image copy to disk. It can be used for things as optimization (adding an sparse flag) Change-Id: Ia9e11dda35bb06e5b37b00e1b8fb42f9267a95d6 Story: #2004124 Task: #27573
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 a566689ff..507bf933d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,7 +11,7 @@ python-cinderclient>=3.3.0 # Apache-2.0
python-neutronclient>=6.7.0 # Apache-2.0
python-glanceclient>=2.8.0 # Apache-2.0
keystoneauth1>=3.4.0 # Apache-2.0
-ironic-lib>=2.14.0 # Apache-2.0
+ironic-lib>=2.15.0 # Apache-2.0
python-swiftclient>=3.2.0 # Apache-2.0
pytz>=2013.6 # MIT
stevedore>=1.20.0 # Apache-2.0