1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-14 01:57:24 +03:00

M #-: Missing argument for dummy provider

This commit is contained in:
Ruben S. Montero 2021-01-29 13:28:48 +01:00
parent 7cc6d7e2ea
commit 4779a23260
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -29,7 +29,7 @@ module OneProvision
@hosts = provision.info_objects('hosts')
end
def deploy
def deploy(_)
[@hosts.map do |h|
h.to_hash['HOST']['TEMPLATE']['PROVISION']['HOSTNAME']
end,