Merge "Adding mock-detached util function and cleaning up util help output"
[apex.git] / ci / dev_deploy_check.sh
index 8ba46ab..831ff1f 100755 (executable)
@@ -25,6 +25,12 @@ if ! sudo yum $rdo_action -y  https://www.rdoproject.org/repos/rdo-release.rpm;
     exit 1
 fi
 
+# update ipxe-roms-qemu
+if ! sudo yum update -y ipxe-roms-qemu; then
+    echo "Failed to update ipxe-roms-qemu package..."
+    exit 1
+fi
+
 # check for other packages
 for i in epel-release python34-PyYAML openvswitch openstack-tripleo libguestfs libguestfs-tools-c libvirt-python; do
 # Make sure deploy deps are installed