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

Fix Sunstone Image creation

This commit is contained in:
Daniel Molina 2011-05-12 12:49:39 +02:00
parent 50155b655b
commit c0fd44512c

View File

@ -32,7 +32,7 @@ module OpenNebulaJSON
template = template_to_str(image_hash)
end
OpenNebula::ImageRepository.new.create(self, template)
self.allocate(template)
end
def perform_action(template_json)