From 32e774931b7f697f0825e99247787df1caee4c55 Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Mon, 13 Jun 2016 22:19:32 -0400 Subject: Change virtual deployment VMs nic model to virtio for dpdk support Also make sure we update ipxe-roms-qemu to support pxe booting VMs with multiple virtio interfaces defined (bz 1234601). JIRA: APEX-119 Change-Id: I6fdecbd365450dec80e41f8407498d884b0bd79e Signed-off-by: Feng Pan --- ci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/deploy.sh') diff --git a/ci/deploy.sh b/ci/deploy.sh index 5fcc3887..ab51a1f5 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -527,7 +527,7 @@ EOF for n in private_network public_network storage_network api_network; do if [[ $enabled_network_list =~ $n ]]; then echo -n "$n " - virsh attach-interface --domain baremetal${i} --type network --source $n --model rtl8139 --config + virsh attach-interface --domain baremetal${i} --type network --source $n --model virtio --config fi done else -- cgit 1.2.3-korg