[deployment_handler] Fix problem when trying to run ovs-vsctl on Fuel 53/29253/3
authorjose.lausuch <jose.lausuch@ericsson.com>
Wed, 22 Feb 2017 23:17:04 +0000 (00:17 +0100)
committerAric Gardner <agardner@linuxfoundation.org>
Thu, 23 Feb 2017 21:35:41 +0000 (21:35 +0000)
commit603db413bb575c94061f8290b4a4de129ab3fdab
tree7550d48c4231658a927ee20ac87f291fb6ba2829
parent7c884f20358121fb0f4a332db613c0f1a07e365a
[deployment_handler] Fix problem when trying to run ovs-vsctl on Fuel

When creating a Node object, it fetches the ovs version
in the init method. This prevents doing this if the
node is the installer. Anyways, the information
about the installer node is not showed.

Error:
opnfv.deployment.manager - ERROR - error bash: ovs-vsctl: command not found

Example of this output:
https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-master/1161/consoleFull

Change-Id: I7b5d41af438e18dffa3b1eab2c9279164a4d4fc2
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
modules/opnfv/deployment/factory.py
modules/opnfv/deployment/manager.py