Fail if any existing networks configured to have DHCP do not have it. Relates to #103 and #123.

This commit is contained in:
Brian Pitts
2014-01-17 17:03:29 -06:00
parent de553d0ea7
commit 46306503f4
4 changed files with 32 additions and 0 deletions

View File

@@ -106,6 +106,9 @@ en:
network_name_and_address_mismatch: |-
Address %{ip_address} does not match with network name %{network_name}.
Please fix your configuration and run vagrant again.
dhcp_mismatch: |-
Network %{network_name} exists but does not have dhcp %{requested}.
Please fix your configuration and run vagrant again.
create_network_error: |-
Error occured while creating new network: %{error_message}.
network_not_available_error: |-