Changed default value to false -- would probably ruin a lot of people's current installations.

This commit is contained in:
Joe Topjian 2012-08-20 15:33:18 +00:00
parent b832fff4c3
commit 9e4f029fa4
1 changed files with 1 additions and 1 deletions

View File

@ -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