mirror of
https://github.com/puppetlabs/beaker-vmpooler.git
synced 2026-01-26 11:08:40 -05:00
(BKR-1481) Rename Fog Credential Method
This commit is contained in:
parent
456c96d372
commit
180f7a84a7
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ module Beaker
|
|||
def load_credentials(dot_fog = '.fog')
|
||||
creds = {}
|
||||
begin
|
||||
fog = parse_fog_file(dot_fog)
|
||||
fog = get_fog_credentials(dot_fog)
|
||||
if fog[:vmpooler_token]
|
||||
creds[:vmpooler_token] = fog[:vmpooler_token]
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue