Comment 5 for bug 1443347

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

Reviewed: https://review.openstack.org/184480
Committed: https://git.openstack.org/cgit/stackforge/fuel-stats/commit/?id=4b224453cc98196f6aba1253766421e5b3dfb9a4
Submitter: Jenkins
Branch: master

commit 4b224453cc98196f6aba1253766421e5b3dfb9a4
Author: Alexander Kislitsky <email address hidden>
Date: Wed May 20 15:59:50 2015 +0300

    Installation info filtering rules added to collector

    - Rules of filtering installation info added to the application config.
    - All data is saved as before, but filtered installation info is marked
      as filtered in the DB.
    - Boolean field added to installation info DB model for saving status
      of data filtration.
    - DB migration for adding filtration flag added.
    - Log level to applictaion logger set explicitly.
    - Optional build_id parameter added to installation info JSON schema.
    - Adding of migration files handled in the collector base test.
    - Requirement for python-dateutil added to the collector requirements.txt

    Change-Id: I99626f7f9495a0f36ed70af487d41a647250355b
    Partial-Bug: #1443347