Comment 2 for bug 1523124

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ceilometer (master)

Reviewed: https://review.openstack.org/253820
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=cb90fbabf78c62838815f671ee016bf5b6eabcc7
Submitter: Jenkins
Branch: master

commit cb90fbabf78c62838815f671ee016bf5b6eabcc7
Author: Gangyi Luo <email address hidden>
Date: Sat Dec 5 08:03:35 2015 -0800

    fix the bug that gnocchi dispatcher can't process single sample

    When we use UDP to publish samples to Ceilometer-collector, it
    always come one by one. So we have to check whether the gnocchi
    dispatcher receive a single sample or a list.

    Change-Id: Idb19c8b94681b827fdfcef9c0bbbf3b85688b23c
    Closes-Bug:#1523124