mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
M #-: fix minor bug in flow instantiate (#4540)
This commit is contained in:
parent
0b07f9d9a3
commit
7fafd51a64
@ -548,6 +548,9 @@ post '/service_template/:id/action' do
|
||||
|
||||
networks_values << net
|
||||
end
|
||||
|
||||
merge_template ||= {}
|
||||
merge_template['networks_values'] = networks_values
|
||||
rescue StandardError
|
||||
return internal_error('Wrong networks format', VALIDATION_EC)
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user