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:
parent
5a89cbad3e
commit
0d7487d798
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user