From 6f45f107c9c02d6d1fb3f579cb6eb0dc4fef3390 Mon Sep 17 00:00:00 2001 From: Anastasiia Date: Mon, 5 Mar 2018 17:39:29 +0100 Subject: [PATCH] Remove nested section in domain template --- lib/vagrant-libvirt/templates/domain.xml.erb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/vagrant-libvirt/templates/domain.xml.erb b/lib/vagrant-libvirt/templates/domain.xml.erb index ee159ad..fc23b61 100644 --- a/lib/vagrant-libvirt/templates/domain.xml.erb +++ b/lib/vagrant-libvirt/templates/domain.xml.erb @@ -8,10 +8,6 @@ <% if @cpu_mode != 'host-passthrough' %> <% if @cpu_mode == 'custom' %><%= @cpu_model %><% end %> - <% if @nested %> - - - <% end %> <% @cpu_features.each do |cpu_feature| %> <% end %>