1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/ninefold
Paul Thornthwaite 51cb839405 [GH-1390] Remove redundant calls to Fog.credentials
If you use the supported means to create services such as:

    Fog::Service.new(:provider => "Example")

It already loads the contents of `~/.fog` and filters the values based
on if they are recognised or required.

That means in a number of services that are initialising based on
`options` or a value from `Fog.credentials` both are the same.

The `options` should have been loaded and merged from credentials in the
service "builder".
2014-03-27 09:25:13 +00:00
..
models/compute [ninefold|compute] Updates reference to service 2013-01-07 21:01:17 +00:00
requests/compute Merge pull request #1139 from ninefold/ninefold 2012-09-25 09:37:29 -07:00
compute.rb [GH-1390] Remove redundant calls to Fog.credentials 2014-03-27 09:25:13 +00:00
core.rb Require json or xml in provider cores 2014-02-19 14:58:00 +00:00
storage.rb Remove duplicate requires from services 2014-02-13 17:44:48 +00:00