| commit | 3dd2f6e81fd4997d0d1bb655534677e464072215 | [log] [tgz] |
|---|---|---|
| author | Benjamin Diaz <bdiaz@whitestack.com> | Wed Oct 03 11:38:18 2018 -0300 |
| committer | Benjamin Diaz <bdiaz@whitestack.com> | Wed Oct 03 11:38:18 2018 -0300 |
| tree | f8f82bff2f68b43282df3e765cdc313ae968bce0 | |
| parent | 2059631502ca96da2dccac3450fc334c023c42cb [diff] |
Replaces vdu-id-ref for name during VDU lookup Vdus were being looked up using the vdu-id-ref param, which corresponds to the name used in the vnfd to define that vdu. That was not the intended behaviour, because that param is clearly not unique. It has been replaced with the name param, which is unique to each vdu record. Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>