You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have successfully tested DOProxy and generated a default Ubuntu server under my load balancer. However, when I try to switch images to one in my account, I receive the following error:
(DropletKit::FailedCreate)
from /usr/share/rvm/gems/ruby-2.1.5/gems/droplet_kit-1.4.1/lib/droplet_kit/resources/droplet_resource.rb:18:in block (3 levels) in <class:DropletResource>' from /usr/share/rvm/gems/ruby-2.1.5/gems/resource_kit-0.1.5/lib/resource_kit/action_invoker.rb:19:ininstance_exec'
from /usr/share/rvm/gems/ruby-2.1.5/gems/resource_kit-0.1.5/lib/resource_kit/action_invoker.rb:19:in handle_response' from /usr/share/rvm/gems/ruby-2.1.5/gems/resource_kit-0.1.5/lib/resource_kit/action_invoker.rb:14:incall'
from /usr/share/rvm/gems/ruby-2.1.5/gems/resource_kit-0.1.5/lib/resource_kit/method_factory.rb:16:in block in method_for_action' from doproxy.rb:64:increate_server'
from doproxy.rb:146:in `
'
The only change I made was in the DOProxy YML file, switching the "image" line to "image: test-server". The size of the server being opened is the same as that of the droplet from which I took the snapshot, a DO standard 1gb server. Do I need to add any further information because the image is a snapshot within my account rather than one of the DO defaults? What can I do to fix this?
The text was updated successfully, but these errors were encountered:
Hello,
I have successfully tested DOProxy and generated a default Ubuntu server under my load balancer. However, when I try to switch images to one in my account, I receive the following error:
'(DropletKit::FailedCreate)
from /usr/share/rvm/gems/ruby-2.1.5/gems/droplet_kit-1.4.1/lib/droplet_kit/resources/droplet_resource.rb:18:in
block (3 levels) in <class:DropletResource>' from /usr/share/rvm/gems/ruby-2.1.5/gems/resource_kit-0.1.5/lib/resource_kit/action_invoker.rb:19:in
instance_exec'from /usr/share/rvm/gems/ruby-2.1.5/gems/resource_kit-0.1.5/lib/resource_kit/action_invoker.rb:19:in
handle_response' from /usr/share/rvm/gems/ruby-2.1.5/gems/resource_kit-0.1.5/lib/resource_kit/action_invoker.rb:14:in
call'from /usr/share/rvm/gems/ruby-2.1.5/gems/resource_kit-0.1.5/lib/resource_kit/method_factory.rb:16:in
block in method_for_action' from doproxy.rb:64:in
create_server'from doproxy.rb:146:in `
The only change I made was in the DOProxy YML file, switching the "image" line to "image: test-server". The size of the server being opened is the same as that of the droplet from which I took the snapshot, a DO standard 1gb server. Do I need to add any further information because the image is a snapshot within my account rather than one of the DO defaults? What can I do to fix this?
The text was updated successfully, but these errors were encountered: