Comment 4 for bug 1280933

Revision history for this message
Koteswara Rao Kelam (koti-kelam) wrote : Re: ceilometer resource-list and ceilometer meter-list raise exception because of wrong resource_id tpye

I am also facing this issue in my ceilometer icehouse GA setup. If I uninstall mongodb and install it again then it started working fine.
# ceilometer meter-list
WARNING (http:172) Request returned failure status.
HTTPBadRequest (HTTP 400)

In ceilometer-api.log I can see following warning. Did you root caused this issue and have the solution? I can see the defect status as “Traiged” in Launchpad.

2014-05-07 16:31:15.694 6982 INFO keystoneclient.middleware.auth_token [-] Starting keystone auth_token middleware
2014-05-07 16:31:15.703 6982 INFO keystoneclient.middleware.auth_token [-] Using /tmp/keystone-signing-2kxRJJ as cache directory for signing certificate
2014-05-07 16:31:16.037 6982 INFO keystoneclient.middleware.auth_token [-] Starting keystone auth_token middleware
2014-05-07 16:31:16.038 6982 INFO keystoneclient.middleware.auth_token [-] Using /tmp/keystone-signing-ygl82c as cache directory for signing certificate
2014-05-07 16:31:33.068 6982 INFO keystoneclient.middleware.auth_token [-] Auth Token confirmed use of v2.0 apis
2014-05-07 16:31:33.187 6982 WARNING wsme.api [-] Client-side error: Invalid input for field/attribute resource_id. Value: 'True'. Wrong type. Expected '<type 'unicode'>', got '<type 'bool'>'
2014-05-07 16:41:00.379 6982 WARNING wsme.api [-] Client-side error: Invalid input for field/attribute resource_id. Value: 'True'. Wrong type. Expected '<type 'unicode'>', got '<type 'bool'>'

Regards,
Koteswar