Files
vagrant-libvirt/lib
Martin André 795124eac9 Accept both symbol and string for network type
Previously, following Vagrant documentation to setup private DHCP
network failed with:

  config.vm.network "private_network", type: "dhcp"

Now libvirt provider accepts both "dhcp" and :dhcp
2015-09-24 14:40:18 +09:00
..