1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

M #: Fix service tmpl import (unprivileged users)

(cherry picked from commit 2e92c43a6ac87910016530b86dcacc249ca79be4)
This commit is contained in:
Christian González 2022-01-17 18:45:59 +01:00 committed by Ruben S. Montero
parent 5a89cbad3e
commit 0d7487d798
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -461,7 +461,7 @@ module OpenNebula::MarketPlaceAppExt
def export_recursive(xpath, options)
# Get marketplace apps pool to find roles apps
pool = OpenNebula::MarketPlaceAppPool.new(@client)
rc = pool.info
rc = pool.info_all
return rc if OpenNebula.is_error?(rc)