Sha256: 691a94936bd00492ed7187d91e723af8b3350dfac2b2644378407095cc38ab7f

Contents?: true

Size: 1.28 KB

Versions: 2

Compression:

Stored size: 1.28 KB

Contents

diff -r 05c0a2eb9d3b -r a3554632b4c8 lib/vagrant-skytap/errors.rb
--- a/lib/vagrant-skytap/errors.rb	Wed Sep 16 17:15:46 2015 -0700
+++ b/lib/vagrant-skytap/errors.rb	Wed Sep 16 17:13:43 2015 -0700
@@ -30,10 +30,6 @@
       class ElbDoesNotExistError < VagrantSkytapError
         error_key("elb_does_not_exist")
       end
-
-      class BadVmUrlError < VagrantSkytapError
-        error_key(:bad_vm_url)
-      end
     end
   end
 end
diff -r 05c0a2eb9d3b -r a3554632b4c8 locales/en.yml
--- a/locales/en.yml	Wed Sep 16 17:15:46 2015 -0700
+++ b/locales/en.yml	Wed Sep 16 17:13:43 2015 -0700
@@ -59,8 +59,8 @@
         A Skytap username must be specified via "username"
       api_token_required:
         A Skytap API token must be specified via "api_token"
-      vm_url_required:
-        The URL of a Skytap VM must be specified via "vm_url"
+      template_url_required:
+        The URL of a Skytap template must be specified via "template_url"
       #access_key_id_required: |-
       #  An access key ID must be specified via "access_key_id"
       #ami_required: |-
@@ -107,9 +107,6 @@
       elb_does_not_exist: |-
         ELB configured for the instance does not exist
 
-      bad_vm_url: |-
-        The vm_url was invalid: %{url}
-
     states:
       short_not_created: |-
         not created

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vagrant-skytap-0.1.5 f.diff
vagrant-skytap-0.1.4 f.diff