mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #897 from brookemckim/libvirt_ssh_fix
[libvirt] Fix SSH keyfile being pulled from wrong param
This commit is contained in:
commit
244ea80f6d
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ module Fog
|
|||
end
|
||||
|
||||
def keyfile
|
||||
value("command")
|
||||
value("keyfile")
|
||||
end
|
||||
|
||||
def netcat
|
||||
|
|
Loading…
Add table
Reference in a new issue