mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
Changed oZones resource creation for ONE CLI compatiblity
This commit is contained in:
parent
40ddc00bc4
commit
add417a372
@ -22,7 +22,7 @@ module OZonesHelper
|
||||
if id[-1..-1] == ","
|
||||
id = id[0..id.size-2]
|
||||
end
|
||||
[0, "#{kind.upcase} #{id} created successfully"]
|
||||
[0, "ID: #{id}"]
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user