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

M #-: fix bug when recursive clone service tmpl (#2011)

This commit is contained in:
Alejandro Huertas Herrero 2022-05-05 13:20:26 +02:00 committed by GitHub
parent 96f1dc2e7f
commit 8fe4510c2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -414,9 +414,6 @@ module OpenNebula
return rc
end
# add registration time, as the template is new
body['registration_time'] = Integer(Time.now)
# update the template with the new body
doc.update(body.to_json)