summaryrefslogtreecommitdiff
path: root/driver-requirements.txt
diff options
context:
space:
mode:
authorRamakrishnan G <rameshg87@gmail.com>2015-06-19 00:05:51 -0700
committerRamakrishnan G <rameshg87@gmail.com>2015-07-07 11:24:34 +0000
commitc4d3abcca8186e26db872ac49759d2ad7289cb45 (patch)
tree2e3a32c7f40d171969ca44588c0be67ead9b0c84 /driver-requirements.txt
parent008a6de33cbd8141121f87349fc1c0b51c9527e5 (diff)
downloadironic-c4d3abcca8186e26db872ac49759d2ad7289cb45.tar.gz
Clear ilo_boot_iso before deploy for glance images
This commit clears instance_info['ilo_boot_iso'] in iscsi_ilo driver for glance images before beginning deploy. This will make sure that in rebuild event with glance images, we don't end up using previously generated (or used) boot ISOs. It also ejects any virtual media devices connected to make sure that deploy images can be connected later on during deploy. The proliantutils version is updated to 2.1.1, which makes sure that we silently return on ilo_client.eject_vmedia_device() when virtual media is not connected (instead of raising an exception). Change-Id: I68fcfc2b62cb58dd1c16f312c3a6a2ebd383c170 Closes-Bug: 1466729
Diffstat (limited to 'driver-requirements.txt')
-rw-r--r--driver-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver-requirements.txt b/driver-requirements.txt
index 5064e884e..84eaca389 100644
--- a/driver-requirements.txt
+++ b/driver-requirements.txt
@@ -4,7 +4,7 @@
# python projects they should package as optional dependencies for Ironic.
# These are available on pypi
-proliantutils>=2.1.0
+proliantutils>=2.1.1
pyghmi
pysnmp
python-ironic-inspector-client