summaryrefslogtreecommitdiff
path: root/spec/one_node
diff options
context:
space:
mode:
Diffstat (limited to 'spec/one_node')
-rw-r--r--spec/one_node/Vagrantfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/one_node/Vagrantfile b/spec/one_node/Vagrantfile
index 0c9e6f7..a218807 100644
--- a/spec/one_node/Vagrantfile
+++ b/spec/one_node/Vagrantfile
@@ -11,8 +11,7 @@ Vagrant.configure('2') do |config|
libvirt.driver = 'qemu'
libvirt.cpu_mode = 'custom'
libvirt.cpu_model = 'Nehalem'
- libvirt.cpu_feature name: 'svm', policy: 'disable'
-# libvirt.cpu_feature name: 'vmx', policy: 'force'
+ libvirt.cpu_feature name: 'vmx', policy: 'force'
end
end
configs.keys.each do |host|