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

7 commits

Author SHA1 Message Date
geemus
d3073af15a [core] properly fix credentials tests 2011-09-23 16:44:39 -05:00
geemus
1e72d3b600 Revert "[core] make sure credentials tests properly reset after completion"
This reverts commit 7ac7bbe3af.
2011-09-23 16:43:34 -05:00
geemus
7ac7bbe3af [core] make sure credentials tests properly reset after completion 2011-09-23 16:31:18 -05:00
Aaron Suggs
e48ac6e8c3 [core] Allow FOG_CREDENTIAL env variable for config
Say your ~/.fog had multiple stanzas:
    :default:
      :aws_access_key_id: aaa
    test:
      :aws_access_key_id: bbb
    prod:
      :aws_access-key_id: ccc

Choose a stanza with an environment variable:
   $ FOG_CREDENTIAL=prod fog
2011-09-10 13:42:55 -04:00
jc00ke
64425e71e0 Return nil if HOME is non-absolute. Fixes #397 2011-07-13 11:17:00 -07:00
Aaron Suggs
e0b8606d85 [core] Fixed credential tests
Tests behavior when ENV['HOME'] is not a directory.
2011-05-13 18:14:47 -04:00
Lee Jensen
8dfc9beb0d Deal with missing FOG_RC/HOME env vars better 2011-03-30 17:50:35 -06:00