Show system load from last hour on overview page

Overpage was showing the system load from last day. Instead,
we want to show the system load from last hour.

Change-Id: I95841b551cc8ae3593f648299e75a579fcdbbb7d
This commit is contained in:
Ana Krivokapic 2014-12-11 18:34:48 +01:00
parent 592be3c8af
commit 33caa32d4e

@ -142,7 +142,7 @@ class IndexView(views.IndexView):
reverse('horizon:infrastructure:roles:performance',
args=[role['id']]) + '?' +
metering.url_part('hardware.cpu.load.1min', False) +
'&date_options=1'
'&date_options=0.041666'
)
return context