mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
verbose output is now enabled by default in cli create commands
This commit is contained in:
parent
efa6f18680
commit
03c4b69a1d
@ -76,7 +76,7 @@ EOT
|
||||
if OpenNebula.is_error?(rc)
|
||||
return -1, rc.message
|
||||
else
|
||||
puts "ID: #{resource.id.to_s}" if options[:verbose]
|
||||
puts "ID: #{resource.id.to_s}"
|
||||
return 0
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user