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/serverlove
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 This withstands naming/renaming issues. 2013-06-07 14:55:37 +01:00
requests/compute Remove trailing whitespace 2014-02-19 12:30:59 +00:00
util/compute Remove trailing whitespace 2014-02-19 12:30:59 +00: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