summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMichael Turek <mjturek@linux.vnet.ibm.com>2018-07-11 13:35:54 +0000
committerMichael Turek <mjturek@linux.vnet.ibm.com>2018-07-20 16:07:16 +0000
commitb32750f5c4caed282050f7689421579670112b2e (patch)
tree074fd1cd4e6c2754aae003ce683b54b50aaec7a1 /requirements.txt
parent91ccbbf75e815c8dc48c0f35578515d9962501da (diff)
downloadironic-python-agent-b32750f5c4caed282050f7689421579670112b2e.tar.gz
Install grub to PReP partition when prep_boot_part_uuid is provided
Installs the grub bootloader to the PreP Boot partition when the prep_boot_partition_uuid is provided. This is required when booting a partition image locally on ppc64* systems. This change also passes the cpu_arch along to work_on_disk so that the PReP partition is created when partitioning disks for local boot on ppc64* systems, Change-Id: I70667d43af962b357e6eeccba258f4fa5a91a09e Depends-On: I2bc9f13ec605de7b7b96d96a1a4edebee0af76dc Story: #1749057 Task: #22999
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 f37c1b07..aeaad275 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -21,4 +21,4 @@ rtslib-fb>=2.1.65 # Apache-2.0
six>=1.10.0 # MIT
stevedore>=1.20.0 # Apache-2.0
WSME>=0.8.0 # MIT
-ironic-lib>=2.5.0 # Apache-2.0
+ironic-lib>=2.14.0 # Apache-2.0