Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Remove ramdisk build option for Ironic agent driver
Browse files Browse the repository at this point in the history
This was overlooked when Ironic gained the ability to set
IRONIC_BUILD_DEPLOY_RAMDISK in devstack-gate.

Change-Id: Id8f8dced716baca7e6ab8a209cddd59bb6783673
  • Loading branch information
jimrollenhagen committed Sep 15, 2014
1 parent d074354 commit 8f57202
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion devstack-vm-gate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ EOF
if [[ "$DEVSTACK_GATE_IRONIC_DRIVER" == "agent_ssh" ]]; then
echo "SWIFT_ENABLE_TEMPURLS=True" >>localrc
echo "IRONIC_ENABLED_DRIVERS=fake,agent_ssh,agent_ipmitool" >>localrc
echo "IRONIC_BUILD_DEPLOY_RAMDISK=False" >>localrc
echo "IRONIC_DEPLOY_DRIVER=agent_ssh" >>localrc
# agent driver doesn't support ephemeral volumes yet
echo "IRONIC_VM_EPHEMERAL_DISK=0" >>localrc
Expand Down

0 comments on commit 8f57202

Please sign in to comment.