| commit | 453aabf5daa107fb182702bc9f5b1e606f7a83f2 | [log] [tgz] |
|---|---|---|
| author | Benjamin Diaz <bdiaz@whitestack.com> | Wed Aug 22 17:31:58 2018 -0300 |
| committer | Benjamin Diaz <bdiaz@whitestack.com> | Fri Aug 31 19:38:54 2018 -0300 |
| tree | 21c0121a588c8e6c2fbc588aa6fe312c7b01ac61 | |
| parent | a2a74d3467667f5cfd3f8e91edbf432df7dcc2d2 [diff] |
Removes call to .lower on vnf_member_index in alarm creation Currently this does not produce an error just because vnf_member_index is been passed as a string in the kafka msg. Considering that in the IM it is a integer, this may change in the future, in which case this would fail. It also does not make any sense and can be considered a typo. Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>