Skip to content

Instantly share code, notes, and snippets.

@cocoy
Created February 28, 2012 13:22
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 cocoy/1932528 to your computer and use it in GitHub Desktop.
Save cocoy/1932528 to your computer and use it in GitHub Desktop.
knife openstack server list
knife openstack server list
ERROR: Excon::Errors::NotFound: Expected(200) <=> Actual(404 Not Found)
request => {:connect_timeout=>60, :headers=>{"Content-Type"=>"application/x-www-form-urlencoded", "Host"=>"nova-api.trystack.org:5443", "Content-Length"=>209}, :instrumentor_name=>"excon", :mock=>false, :read_timeout=>60, :retry_limit=>4, :ssl_verify_peer=>false, :write_timeout=>60, :host=>"nova-api.trystack.org", :path=>"/v2.0/", :port=>"5443", :query=>nil, :scheme=>"https", :body=>"AWSAccessKeyId=xxxxxxxx&Action=DescribeInstances&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2012-02-28T13%3A20%3A02Z&Version=2010-08-31&Signature=BMowmUh4435Xw4imsJLb6SeJtZ7lw3U3nVvvw9wQT2g%3D", :expects=>200, :idempotent=>true, :method=>"POST"}
response => #<Excon::Response:0x90146c8 @body="{\"itemNotFound\": {\"message\": \"Item not found.\", \"code\": 404, \"details\": \"Error Details...\"}}", @headers={"Date"=>"Tue, 28 Feb 2012 13:20:05 GMT", "Content-Type"=>"application/json; charset=UTF-8", "Content-Length"=>"92"}, @status=404>
@vitola
Copy link

vitola commented Jan 31, 2013

I have the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment