locales/en.yml in vagrant-openstack-plugin-0.2.2 vs locales/en.yml in vagrant-openstack-plugin-0.3.0
- old
+ new
@@ -52,10 +52,17 @@
Please inspect the error message below for more info.
Host path: %{hostpath}
Guest path: %{guestpath}
Error: %{stderr}
-
+ ssh_no_valid_host: |-
+ Unable to determine what host to connect to. Run `vagrant up` in
+ debug mode to see a list of networks available to your tenant.
+ Then set either `os.network` or `os.address_id` to one of the
+ network names.
+ floating_ip_not_valid: |-
+ The floating IP specified in the Vagrantfile does not match an
+ available public IP address returned by OpenStack.
states:
short_active: |-
active
long_active: |-
The server is up and running. Run `vagrant ssh` to access it.