Skip to content

Instantly share code, notes, and snippets.

Created October 24, 2012 20:31
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 anonymous/15ddbcc95af9f7296ac5 to your computer and use it in GitHub Desktop.
Save anonymous/15ddbcc95af9f7296ac5 to your computer and use it in GitHub Desktop.
irb(main):006:0> vmw = Fog::Compute[:vpshere]
ArgumentError: vpshere is not a recognized compute provider
from /mnt/hgfs/nhuanca/git/fog/lib/fog/compute.rb:103:in `new'
from /mnt/hgfs/nhuanca/git/fog/lib/fog/compute.rb:5:in `[]'
from (irb):6
from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/cli.rb:497:in `console'
from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/task.rb:22:in `run'
from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task'
from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor.rb:263:in `dispatch'
from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/vendor/thor/base.rb:386:in `start'
from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/bin/bundle:13:in `<top (required)>'
from /usr/local/bin/bundle:23:in `load'
from /usr/local/bin/bundle:23:in `<main>'
irb(main):007:0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment