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:
parent
bae8a7bbbb
commit
704bdb418e
@ -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?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user