mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-01-08 23:13:08 -06:00
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:
parent
8f60ed404b
commit
668a9b3ead
5
example_box/Vagrantfile
vendored
5
example_box/Vagrantfile
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user