fix 1261: change parameter to int/bool according to data-type 77/9877/1
authortierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 14 Oct 2020 14:59:36 +0000 (14:59 +0000)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Mon, 19 Oct 2020 10:45:43 +0000 (10:45 +0000)
commitfa40e69c55578e4abc363891fd6709cbcc96ed6a
tree06aca31ec3cc2c3fa5a963b9d2e8b08be323f9db
parente5d05979d8a2b6c3f1fca316053a997790f3d536
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