Changed default value to false -- would probably ruin a lot of people's current installations.
This commit is contained in:
parent
b832fff4c3
commit
9e4f029fa4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user