Comment 2 for bug 1585564

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

Reviewed: https://review.openstack.org/321032
Committed: https://git.openstack.org/cgit/openstack/fuel-stats/commit/?id=1aa6135c1ea2afb866b668f584022dc3b2f89519
Submitter: Jenkins
Branch: master

commit 1aa6135c1ea2afb866b668f584022dc3b2f89519
Author: Alexander Kislitsky <email address hidden>
Date: Wed May 25 17:42:25 2016 +0300

    manufacturer and platform_name removed from nodes CSV report

    We had data duplication in the nodes CSV report:

     - platform_name is identical to meta.system.product
     - manufacturer is identical to meta.system.manufacturer

    Product Management team uses data from meta in their reports, thus
    we are removig platform_name and manufacturer fields from the nodes
    CSV report.

    Change-Id: I890d6e651de056b3ca3a1f2ab977652ca8d68ef9
    Closes-Bug: #1585564