fix 1261: change parameter to int/bool according to data-type 30/9830/2
authortierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 14 Oct 2020 14:59:36 +0000 (14:59 +0000)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 14 Oct 2020 15:21:07 +0000 (15:21 +0000)
commit97eb236addd1c3d2cabe5d00def9dcee9368cf96
treebd617c113a519f1dca5cfe4760f24b1f4ac5920d
parent61396eee7b81f85d8ff7220e6d234ffe399bf1cb
fix 1261: change parameter to int/bool according to data-type

when executing a VCA primitive, parameter values are always a
string (defined at yang model), but key 'data-type' can indicate
that this is a STRING, INTEGER or BOOLEAN. In case of not a string
data is converted to the target type

Change-Id: I77babb1859b99df9290373deb3568686663d2015
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
osm_lcm/ns.py