We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76dd359 + c308841 commit 80293cfCopy full SHA for 80293cf
lib/vagrant-cloudstack/action/run_instance.rb
@@ -191,7 +191,7 @@ def call(env)
191
192
# Notify the user
193
raise Errors::InstanceReadyTimeout,
194
- timeout: domain_config.instance_ready_timeout
+ :timeout => domain_config.instance_ready_timeout
195
end
196
197
lib/vagrant-cloudstack/action/start_instance.rb
@@ -44,7 +44,7 @@ def call(env)
44
rescue Fog::Errors::TimeoutError
45
46
47
48
49
50
rescue Fog::Compute::Cloudstack::Error => e
0 commit comments