Skip to content

Instantly share code, notes, and snippets.

@fragamus
Created June 16, 2013 02:51
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save fragamus/5790569 to your computer and use it in GitHub Desktop.
unknown1040f38b4e0e% salt aws launch
{:username=>"ubuntu",
:private_key_path=>"/Users/michaelgough/.ec2/frankey.pem",
:public_key_path=>"/Users/michaelgough/.ec2/frankey.pem.pub",
:tags=>{:name=>"development-master", :environment=>"development"},
:groups=>["development-master-frankey.pem"],
:flavor_id=>"m1.small",
:image_id=>"ami-0cdf4965"}
/Users/michaelgough/.rvm/gems/ruby-1.9.3-p429@salt/gems/excon-0.24.0/lib/excon/middlewares/expects.rb:10:in `response_call': Expected(200) <=> Actual(400 Bad Request) (Excon::Errors::BadRequest)
from /Users/michaelgough/.rvm/gems/ruby-1.9.3-p429@salt/gems/excon-0.24.0/lib/excon/connection.rb:353:in `response'
from /Users/michaelgough/.rvm/gems/ruby-1.9.3-p429@salt/gems/excon-0.24.0/lib/excon/connection.rb:247:in `request'
from /Users/michaelgough/.rvm/gems/ruby-1.9.3-p429@salt/gems/fog-1.9.0/lib/fog/core/connection.rb:21:in `request'
from /Users/michaelgough/.rvm/gems/ruby-1.9.3-p429@salt/gems/fog-1.9.0/lib/fog/aws/compute.rb:384:in `_request'
from /Users/michaelgough/.rvm/gems/ruby-1.9.3-p429@salt/gems/fog-1.9.0/lib/fog/aws/compute.rb:379:in `request'
from /Users/michaelgough/.rvm/gems/ruby-1.9.3-p429@salt/gems/fog-1.9.0/lib/fog/aws/requests/compute/import_key_pair.rb:27:in `import_key_pair'
from /Users/michaelgough/.rvm/gems/ruby-1.9.3-p429@salt/gems/fog-1.9.0/lib/fog/aws/models/compute/key_pair.rb:27:in `save'
from /Users/michaelgough/.rvm/gems/ruby-1.9.3-p429@salt/gems/fog-1.9.0/lib/fog/core/collection.rb:52:in `create'
from /Users/michaelgough/.rvm/gems/ruby-1.9.3-p429@salt/gems/fog-1.9.0/lib/fog/aws/models/compute/servers.rb:81:in `bootstrap'
from /Users/michaelgough/schmoud/salt-cli/lib/salt/providers/aws_provider.rb:55:in `launch'
from /Users/michaelgough/schmoud/salt-cli/lib/salt/commands/launch.rb:45:in `launch_by_name'
from /Users/michaelgough/schmoud/salt-cli/lib/salt/commands/launch.rb:36:in `run'
from /Users/michaelgough/schmoud/salt-cli/lib/salt/base_command.rb:71:in `run_command'
from /Users/michaelgough/schmoud/salt-cli/lib/salt.rb:21:in `run_provider_command'
from /Users/michaelgough/schmoud/salt-cli/bin/salt:12:in `<top (required)>'
from /Users/michaelgough/.rvm/gems/ruby-1.9.3-p429@salt/bin/salt:19:in `load'
from /Users/michaelgough/.rvm/gems/ruby-1.9.3-p429@salt/bin/salt:19:in `<main>'
from /Users/michaelgough/.rvm/gems/ruby-1.9.3-p429@salt/bin/ruby_noexec_wrapper:14:in `eval'
from /Users/michaelgough/.rvm/gems/ruby-1.9.3-p429@salt/bin/ruby_noexec_wrapper:14:in `<main>'
unknown1040f38b4e0e%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment