1
0
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:
Alejandro Huertas Herrero 2020-04-16 15:47:22 +02:00 committed by GitHub
parent 0b07f9d9a3
commit 7fafd51a64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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