Skip to content

Commit

Permalink
Add new entries for hyper-v config validation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroberts committed May 24, 2018
1 parent d2bc634 commit b1f0f15
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions templates/locales/providers_hyperv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,30 @@ en:
message_not_running: |-
Hyper-V machine isn't running. Can't SSH in!
config:
invalid_auto_start_action: |-
The requested auto start action for the Hyper-V VM is not a
valid action. Please provide a valid action and run the command
again.
Received: %{action}
Allowed: %{allowed_actions}
invalid_auto_stop_action: |-
The requested auto stop action for the Hyper-V VM is not a
valid action. Please provide a valid action and run the command
again.
Received: %{action}
Allowed: %{allowed_actions}
invalid_integration_services_type: |-
Invalid type provided for `vm_integration_services`. Type received
is `%{received}` but `Hash` was expected.
invalid_integration_services_entry: |-
The `%{entry_name}` entry in the `vm_integration_services` is set
to an unexpected value.
Received: %{entry_value}
Allowed: true, false
errors:
admin_required: |-
The Hyper-V provider requires that Vagrant be run with
Expand Down

0 comments on commit b1f0f15

Please sign in to comment.