From 4cb0d8c8bb63061366ac6b125d1843f9ec3f77fe Mon Sep 17 00:00:00 2001 From: Jim Rollenhagen Date: Thu, 11 Sep 2014 16:45:58 -0700 Subject: [PATCH] Fix Ironic agent ramdisk URL This URL was wrong in the first place, not sure how that happened. Change-Id: I8a9a19c9776c06d062751becf8382b9a014e45eb --- lib/ironic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ironic b/lib/ironic index 2fad0b5ec2..d7f47f0568 100644 --- a/lib/ironic +++ b/lib/ironic @@ -76,7 +76,7 @@ IRONIC_DEPLOY_KERNEL=${IRONIC_DEPLOY_KERNEL:-} IRONIC_DEPLOY_ELEMENT=${IRONIC_DEPLOY_ELEMENT:-deploy-ironic} IRONIC_AGENT_KERNEL_URL=${IRONIC_AGENT_KERNEL_URL:-http://tarballs.openstack.org/ironic-python-agent/coreos/files/coreos_production_pxe.vmlinuz} -IRONIC_AGENT_RAMDISK_URL=${IRONIC_AGENT_RAMDISK_URL:-http://tarballs.openstack.org/ironic-python-agent/coreos/files/coreos_production_pxe-oem.cpio.gz} +IRONIC_AGENT_RAMDISK_URL=${IRONIC_AGENT_RAMDISK_URL:-http://tarballs.openstack.org/ironic-python-agent/coreos/files/coreos_production_pxe_image-oem.cpio.gz} # Which deploy driver to use - valid choices right now # are 'pxe_ssh' and 'agent_ssh'.