Comment 3 for bug 1533053

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/16229
Committed: http://github.org/Juniper/contrail-fabric-utils/commit/5bc62ff3c9fb1d4c052b342a3abd216c14244395
Submitter: Zuul
Branch: master

commit 5bc62ff3c9fb1d4c052b342a3abd216c14244395
Author: hkumarmk <email address hidden>
Date: Tue Jan 12 10:32:28 2016 +0530

Moved yaml import to run_rally method to avoid fab run failures

Centos doesnt have PyYAML installed by default, and thus fab
tasks fail with import error as tester.py is importing yaml. Fix is to
move the import to the method run_rally.

Change-Id: I2744ae86f75a366d616498b3b5558ec5d5f755df
Closes-Bug: #1533053