← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1653416] [NEW] Openstack Horizon Ceilometer Resource Usage stats.html

 

Public bug reported:

After installing openstack newton ceilometer services from repository (rpm)
the stats graph does not show any thing and returns error message and no data available .
the stats.html in following path is not updated to final version
...openstack_dashboard/dashboards/admin/metering/templates/metering/stats.html

the line is like
             data-url="{% url 'horizon:admin:metering:samples'%}"

that must be like this
             data-data="{% url 'horizon:admin:metering:samples'%}"

all that we had to change is data-url to data-data and then restart
apache and every thing will be fine .

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
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/1653416

Title:
  Openstack Horizon Ceilometer Resource Usage stats.html

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  After installing openstack newton ceilometer services from repository (rpm)
  the stats graph does not show any thing and returns error message and no data available .
  the stats.html in following path is not updated to final version
  ...openstack_dashboard/dashboards/admin/metering/templates/metering/stats.html

  the line is like
               data-url="{% url 'horizon:admin:metering:samples'%}"

  that must be like this
               data-data="{% url 'horizon:admin:metering:samples'%}"

  all that we had to change is data-url to data-data and then restart
  apache and every thing will be fine .

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1653416/+subscriptions


Follow ups