mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
feature #789: Fixes parser for NAME attributes
This commit is contained in:
parent
0d66f1e53f
commit
5412c6fec2
@ -77,10 +77,7 @@ module OpenNebula
|
||||
conf_file.scan(SINGLE_VARIABLE_REG) {|m|
|
||||
key=m[0].strip.upcase
|
||||
value=m[1].strip
|
||||
|
||||
# hack to skip multiline VM_TYPE values
|
||||
next if %w{NAME TEMPLATE}.include? key.upcase
|
||||
|
||||
|
||||
add_value(key, value)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user