lib/testlab/container.rb in testlab-0.4.7 vs lib/testlab/container.rb in testlab-0.4.8

- old
+ new

@@ -13,11 +13,11 @@ # # distro "ubuntu" # release "precise" # # interface do - # network_id :west + # network_id 'west' # name :eth0 # address '10.11.0.254/16' # mac '00:00:5e:48:e9:6f' # end # end @@ -26,17 +26,17 @@ # container "dual-nic" do # distro "ubuntu" # release "precise" # # interface do - # network_id :east + # network_id 'east' # name :eth0 # address '10.10.0.200/16' # mac '00:00:5e:63:b5:9f' # end # # interface do - # network_id :west + # network_id 'west' # primary true # name :eth1 # address '10.11.0.200/16' # mac '00:00:5e:08:63:df' # end