From 9e4f029fa45171b559b15496b29fa6de2105c6ee Mon Sep 17 00:00:00 2001 From: Joe Topjian Date: Mon, 20 Aug 2012 15:33:18 +0000 Subject: [PATCH] Changed default value to false -- would probably ruin a lot of people's current installations. --- manifests/compute.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/compute.pp b/manifests/compute.pp index 82c295404..75a4ca6be 100644 --- a/manifests/compute.pp +++ b/manifests/compute.pp @@ -9,7 +9,7 @@ class nova::compute( $vncproxy_protocol = 'http', $vncproxy_port = '6080', $vncproxy_path = '/vnc_auto.html', - $virtio_nic = true + $virtio_nic = false ) { include nova::params