ceilometer driver throws error while polling

Bug #1522206 reported by Anusha
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
congress
Fix Released
Medium
Anusha

Bug Description

Currently, ceilometer driver throws errors on polling alarms and metering with following errors

2015-12-08 14:53:00.802 ERROR congress.datasources.datasource_driver [-] Datasource driver raised exception
2015-12-08 14:53:00.802 TRACE congress.datasources.datasource_driver Traceback (most recent call last):
2015-12-08 14:53:00.802 TRACE congress.datasources.datasource_driver File "/opt/stack/congress/congress/datasources/datasource_driver.py", line 1088, in poll
2015-12-08 14:53:00.802 TRACE congress.datasources.datasource_driver self.update_from_datasource() # sets self.state
2015-12-08 14:53:00.802 TRACE congress.datasources.datasource_driver File "/opt/stack/congress/congress/datasources/ceilometer_driver.py", line 185, in update_from_datasource
2015-12-08 14:53:00.802 TRACE congress.datasources.datasource_driver alarms = self.ceilometer_client.alarms.list()
2015-12-08 14:53:00.802 TRACE congress.datasources.datasource_driver File "/usr/local/lib/python2.7/dist-packages/ceilometerclient/v2/alarms.py", line 83, in list
2015-12-08 14:53:00.802 TRACE congress.datasources.datasource_driver return self._list(options.build_url(self._path(), q))
2015-12-08 14:53:00.802 TRACE congress.datasources.datasource_driver File "/usr/local/lib/python2.7/dist-packages/ceilometerclient/common/base.py", line 72, in _list
2015-12-08 14:53:00.802 TRACE congress.datasources.datasource_driver raise exc.HTTPNotFound
2015-12-08 14:53:00.802 TRACE congress.datasources.datasource_driver HTTPNotFound: HTTPNotFound (HTTP 404)
2015-12-08 14:53:00.802 TRACE congress.datasources.datasource_driver

2015-12-01 10:36:28.452 16466 ERROR congress.datasources.datasource_driver return func(*args, **kwargs)
2015-12-01 10:36:28.452 16466 ERROR congress.datasources.datasource_driver File "/usr/local/lib/python2.7/dist-packages/keystoneclient/service_catalog.py", line 293, in url_for
2015-12-01 10:36:28.452 16466 ERROR congress.datasources.datasource_driver raise exceptions.EndpointNotFound(msg)
2015-12-01 10:36:28.452 16466 ERROR congress.datasources.datasource_driver EndpointNotFound: publicURL endpoint for metering service not found
2015-12-01 10:36:28.452 16466 ERROR congress.datasources.datasource_driver

Anusha (anusha-iiitm)
Changed in congress:
assignee: nobody → Anusha (anusha-iiitm)
Anusha (anusha-iiitm)
description: updated
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to congress (master)

Fix proposed to branch: master
Review: https://review.openstack.org/254650

Changed in congress:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to congress (master)

Reviewed: https://review.openstack.org/254650
Committed: https://git.openstack.org/cgit/openstack/congress/commit/?id=6d51cdd278f40b5236b08c8024ff18a8adf4276d
Submitter: Jenkins
Branch: master

commit 6d51cdd278f40b5236b08c8024ff18a8adf4276d
Author: Anusha Ramineni <email address hidden>
Date: Tue Dec 8 15:22:05 2015 +0530

    Disable ceilometer alarms

    Ceilometer alarms is moved different project Aodh.
    (Id169a914c1d1f2f5ad03ebb515d3d052204d5c5c). It is still not yet
    fully functional from the ceilometer client. This commit disables
    the same to avoid errors (HTTPNotFound) during polling.

    Change-Id: Ifb6ef1dc51f82972486388b2596ff6112079f817
    Partial-Bug:#1522206

Tim Hinrichs (thinrichs)
Changed in congress:
importance: Undecided → Medium
Anusha (anusha-iiitm)
Changed in congress:
status: In Progress → Fix Committed
Tim Hinrichs (thinrichs)
Changed in congress:
milestone: none → newton-3
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.