OpenStack Telemetry (Ceilometer) Alarming
fbb1eb9285
By current implement, the HTTP request for /v2/resources/<resource_id> will return 500 if there is no coresponding resource or the resource id is invalid. And the response is as below: {"error_message": "{"debuginfo": null, "faultcode": "Server", "faultstring": "list index out of range"}"} After fixed, the response will be like this: {"error_message": "{"debuginfo": null, "faultcode": "Client", "faultstring": "Invalid input for field/attribute resource_id. Value: '9'. Unknown resource"}"} Fixes bug: 1195925 Change-Id: I73c73fb3ba57bc6cbbf421f9ac5ec3cdb68ce784 |
||
---|---|---|
bin | ||
ceilometer | ||
doc | ||
etc | ||
nova_tests | ||
tests | ||
tools | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
README.md | ||
ReleaseNotes | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
ceilometer
See the ReleaseNotes document and the project home for more info.