V2 API wrong type error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ceilometer |
Fix Released
|
High
|
Julien Danjou |
Bug Description
When making the following call against v2 API:
HTTP 500 status code is returned in response. Response body:
{
"error_message" : "{\"debuginfo\": null, \"faultcode\": \"Server\", \"faultstring\": \"count: Wrong type. Expected '<type 'int'>', got '<type 'float'>'\"}"
}
Log from API server:
2013-02-13 17:30:21,656 ERROR [wsme.api]
Traceback (most recent call last):
File "/usr/local/
result = f(self, *args, **kwargs)
File "/opt/stack/
**computed)
File "/opt/stack/
super(
File "/usr/local/
setattr(self, key, value)
File "/usr/local/
raise ValueError("%s: %s" % (self.name, e))
ValueError: count: Wrong type. Expected '<type 'int'>', got '<type 'float'>'
Changed in ceilometer: | |
assignee: | nobody → Julien Danjou (jdanjou) |
importance: | Undecided → High |
Changed in ceilometer: | |
milestone: | none → grizzly-3 |
status: | Fix Committed → Fix Released |
Changed in ceilometer: | |
milestone: | grizzly-3 → 2013.1 |
What's the storage backend you're using?