example_box/Vagrantfile in vagrant-libvirt-0.0.13 vs example_box/Vagrantfile in vagrant-libvirt-0.0.14
- old
+ new
@@ -50,8 +50,11 @@
#libvirt.password = "secret"
# Libvirt storage pool name, where box image and instance snapshots will
# be stored.
libvirt.storage_pool_name = "default"
+
+ # Set a prefix for the machines that's different than the project dir name.
+ #libvirt.default_prefix = ''
end
end