Bug fix: We are comparing an integer with a string 91/28691/4
author“Manuel Buil” <mbuil@suse.com>
Wed, 15 Feb 2017 09:18:03 +0000 (10:18 +0100)
committerJose Lausuch <jose.lausuch@ericsson.com>
Wed, 15 Feb 2017 10:12:07 +0000 (10:12 +0000)
commit2714078779d24d2b7e7134a93b157b0b1690c7e4
treedc29e117b75bfbafce7b8e8c3893d5bceeead058
parent422e21711da72d4e4a291e3871cc5ab615c6e42f
Bug fix: We are comparing an integer with a string

The config file in SFC using this library was providing an integer
whereas FUEL was providing a string.
e.g. we were comparing 5 with '5' and thus the return was false

Change-Id: I04c27403d479c45acd102a3dde848ba5b2427a10
Signed-off-by: “Manuel Buil” <mbuil@suse.com>
modules/opnfv/deployment/fuel/adapter.py