yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #61633
[Bug 1654963] Re: ceilometer dashboard Stats page error
The metering panel was removed from Horizon, and was deprecated for
several cycles before that.
** Changed in: horizon
Status: New => Won't Fix
** Changed in: horizon
Importance: Undecided => Low
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1654963
Title:
ceilometer dashboard Stats page error
Status in OpenStack Dashboard (Horizon):
Won't Fix
Bug description:
When I try to open the "stats" page of dashboard, I get the dialog of
"An error occurred. Please try again later." and "No data available."
is showed. At last, I find there is a mistake in /usr/share/openstack-
dashboard/openstack_dashboard/dashboards/admin/metering/templates/metering/stats.html
:
<div class="chart"
data-chart-type="line_chart"
data-url="{% url 'horizon:admin:metering:samples'%}"
data-form-selector='#linechart_general_form'
data-legend-selector="#legend"
data-smoother-selector="#smoother"
data-slider-selector="#slider">
</div>
The "data-url" should be "data-data", otherwise the d3linechart will get null value and report error.
My problem was solved by correcting it.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1654963/+subscriptions