diff --git a/src/oca/ruby/opennebula/flow/service_template.rb b/src/oca/ruby/opennebula/flow/service_template.rb index a116f52ff7..6048eae41f 100644 --- a/src/oca/ruby/opennebula/flow/service_template.rb +++ b/src/oca/ruby/opennebula/flow/service_template.rb @@ -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)