Comment 2 for bug 1508571

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

Reviewed: https://review.openstack.org/238204
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=5da5fd3196acd26a0a778877bfb683a1e59867f1
Submitter: Jenkins
Branch: master

commit 5da5fd3196acd26a0a778877bfb683a1e59867f1
Author: Timur Sufiev <email address hidden>
Date: Wed Oct 21 21:31:28 2015 +0300

    Reduce the default date range on Overview panel to 1 day

    First, the default default date range used on Overview panel is made
    configurable (setting OVERVIEW_DAYS_RANGE). Second, its default value
    is set to 1 day. Changing the default behavior is aimed to improve
    load time of the default page in the presence of large amounts of
    data. If OVERVIEW_DAYS_RANGE setting is explicitly set to None, the
    behavior remains the same - the default date range is from the
    beginning of the current month until today.

    Co-Authored-By: Dmitry Sutyagin <email address hidden>
    Change-Id: I55a0397f69e33ba9c8fb1f27d57838efcd8648af
    Closes-Bug: #1508571