update README. fix mention of test_vm1. should be test_vm2

This commit is contained in:
stanley karunditu 2015-07-11 10:55:21 -04:00
parent 555470efe3
commit a5cd2024ed

View File

@ -245,7 +245,7 @@ An examples of network interface definitions:
# Guest 2
config.vm.define :test_vm2 do |test_vm2|
test_vm1.vm.network :private_network,
test_vm2.vm.network :private_network,
:libvirt__tcp_tunnel_type => 'client',
# default is 127.0.0.1 if omitted
# :libvirt__tcp_tunnel_ip => '127.0.0.1',