mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-12 09:17:41 +03:00
bug #3140: removed not defined variable
This commit is contained in:
parent
859c02a75a
commit
09d5aa1d77
@ -404,10 +404,8 @@ private
|
||||
if all_ec2_elements.size == 1
|
||||
ec2 = all_ec2_elements[0]
|
||||
else
|
||||
STDERR.puts(
|
||||
"Cannot find EC2 element in deployment file "<<
|
||||
"#{local_dfile} or couldn't find any EC2 site matching "<<
|
||||
"one of the template.")
|
||||
STDERR.puts("Cannot find EC2 element in deployment file or no" \
|
||||
"EC2 site matching in the template.")
|
||||
exit(-1)
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user