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

F #5289: Fix sched ID in role.rb (#1300)

This commit is contained in:
Pavel Czerný 2021-06-16 10:09:22 +02:00 committed by GitHub
parent a5b2be46e6
commit 4a1809c0d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -586,7 +586,6 @@ module OpenNebula
end
tmp_str = "SCHED_ACTION = ["
tmp_str << "ID = #{id},"
tmp_str << "ACTION = #{action},"
tmp_str << "ARGS = \"#{args}\"," if args
tmp_str << "TIME = #{now + time_offset}]"