Comment 2 for bug 1547565

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-stats (master)

Reviewed: https://review.openstack.org/285968
Committed: https://git.openstack.org/cgit/openstack/fuel-stats/commit/?id=9ce6b3f412d302d5ab3b720afb3fa8ad575d1a32
Submitter: Jenkins
Branch: master

commit 9ce6b3f412d302d5ab3b720afb3fa8ad575d1a32
Author: Alexander Kislitsky <email address hidden>
Date: Mon Feb 29 12:51:45 2016 +0300

    Fuel version from cluster used in OSWL reports

    Wrong source for Fuel version was used in the OSWL report.
    We used the version of Fuel installed on master node, instead of
    cluster version. Thus in case of upgrade master node we had
    different fuel versions in the clusters and OSWL reports for
    the same master node uid.

    Now we are using Fuel version from OSWL.version_info or from
    the cluster data. Fuel version from cluster is used also in the
    plugins report.

    Change-Id: I114beae261686fb6e4d77504dd102b722a43e611
    Closes-Bug: #1547565