Skip to content

Instantly share code, notes, and snippets.

@bknowles
Created March 19, 2012 20:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bknowles/de448b0867e604d6efb2 to your computer and use it in GitHub Desktop.
Save bknowles/de448b0867e604d6efb2 to your computer and use it in GitHub Desktop.
Weird error message when trying to create a new node....
% knife rackspace server create --image 112 -flavor 1 -d omnibus -r 'role[base]' -VV
DEBUG: Using configuration from /Users/brad/work/floss-2012/.chef/knife.rb
/Library/Ruby/Gems/1.8/gems/excon-0.6.6/lib/excon/connection.rb:190:in `request': Fog::Service::NotFound (Fog::Service::NotFound)
from /Library/Ruby/Gems/1.8/gems/fog-0.8.2/lib/fog/core/connection.rb:20:in `request'
from /Library/Ruby/Gems/1.8/gems/fog-0.8.2/lib/fog/compute/rackspace.rb:107:in `request'
from /Library/Ruby/Gems/1.8/gems/fog-0.8.2/lib/fog/compute/requests/rackspace/create_server.rb:62:in `create_server'
from /Library/Ruby/Gems/1.8/gems/fog-0.8.2/lib/fog/compute/models/rackspace/server.rb:96:in `save'
from /Library/Ruby/Gems/1.8/gems/fog-0.8.2/lib/fog/core/collection.rb:50:in `create'
from /Library/Ruby/Gems/1.8/gems/knife-rackspace-0.5.12/lib/chef/knife/rackspace_server_create.rb:144:in `run'
from /Library/Ruby/Gems/1.8/gems/chef-0.10.8/lib/chef/knife.rb:391:in `run_with_pretty_exceptions'
from /Library/Ruby/Gems/1.8/gems/chef-0.10.8/lib/chef/knife.rb:166:in `run'
from /Library/Ruby/Gems/1.8/gems/chef-0.10.8/lib/chef/application/knife.rb:128:in `run'
from /Library/Ruby/Gems/1.8/gems/chef-0.10.8/bin/knife:25
from /usr/bin/knife:19:in `load'
from /usr/bin/knife:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment