6bde531f74
* Render nested lists properly (A blank line is required when a nested list starts) * Add a launchpad link for a bug * Add periods for better readability * URL only release note looks unusual. The bug link (bug 1508571) is actually described in the feature section, so the URL was moved. TrivialFix Change-Id: I1240c325207bbca513b2e41cc02065118797c2c4
11 lines
566 B
YAML
11 lines
566 B
YAML
---
|
|
features:
|
|
- Add a new setting OVERVIEW_DAYS_RANGE.
|
|
It defines the default date range in the Overview panel meters - either
|
|
today minus N days (if the value is integer N), or from the beginning of
|
|
the current month until today (if set to None). This setting is be used to
|
|
limit the amount of data fetched by default when rendering the Overview
|
|
panel. The default value is 1, which differs from the past behaviour, since
|
|
it caused serious lags on large deployments
|
|
(`bug 1508571 <https://bugs.launchpad.net/horizon/+bug/1508571>`__).
|