1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-12 09:17:41 +03:00

Fix bug in role deploy, when it’s called more than once for a given role

This commit is contained in:
Daniel Molina 2014-07-17 18:15:22 +02:00
parent bae8a7bbbb
commit 704bdb418e

View File

@ -247,7 +247,7 @@ module OpenNebula
@body['last_vmname'] ||= 0
extra_template = @body['vm_template_contents']
extra_template = @body['vm_template_contents'].dup
extra_template = "" if extra_template.nil?