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

Bug #2617: Return the new group ID when creating from file

This commit is contained in:
Carlos Martín 2014-01-10 16:35:57 +01:00
parent 651ef8fdc8
commit 5ca3a0f7d4

View File

@ -54,6 +54,7 @@ class OneGroupHelper < OpenNebulaHelper::OneHelper
puts exit_code.message if exit_code.message
return -1
else
puts "ID: #{group.id.to_s}"
return 0
end
end