Improving example Vagrantfile

According to the [README](https://github.com/pradels/vagrant-libvirt#public-network-options) Public networks are supported.
This commit is contained in:
Federico Castagnini 2015-02-18 12:24:14 -05:00
parent 8f60ed404b
commit 668a9b3ead

View File

@ -21,11 +21,10 @@ Vagrant.configure("2") do |config|
# Interfaces for VM
#
# Networking features in the form of `config.vm.network` support private
# networks concept. No public network or port forwarding are supported in
# current version of provider. See README for more info.
# Networking features in the form of `config.vm.network`
#
#test_vm.vm.network :private_network, :ip => '10.20.30.40'
#test_vm.vm.network :public_network, :ip => '10.20.30.41'
#end
# Options for libvirt vagrant provider.