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

Feature #4217: Provide marketplace id as attr

This commit is contained in:
Daniel Molina 2016-02-09 16:15:47 +01:00
parent 04226e0cd7
commit 6cc4faf8e3

View File

@ -37,7 +37,7 @@ module OpenNebulaJSON
template = template_to_str(mp_hash)
end
self.allocate(template)
self.allocate(template, mp_id.to_i)
end
def perform_action(template_json)