1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Require the credentials library in core. This is used in the Blue Box Compute.rb file to grab the SSH key file.

This commit is contained in:
Jesse Proudman 2010-12-10 09:06:50 +08:00 committed by Wesley Beary
parent cc3d5b9344
commit 42909d2d20

View file

@ -2,6 +2,7 @@ require 'fog/core/attributes'
require 'fog/core/collection'
require 'fog/core/compute'
require 'fog/core/connection'
require 'fog/core/credentials'
require 'fog/core/deprecation'
require 'fog/core/errors'
require 'fog/core/hmac'
@ -10,4 +11,4 @@ require 'fog/core/model'
require 'fog/core/provider'
require 'fog/core/service'
require 'fog/core/ssh'
require 'fog/core/storage'
require 'fog/core/storage'