Comment 3 for bug 1616738

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

Reviewed: https://review.openstack.org/355869
Committed: https://git.openstack.org/cgit/openstack/cloudkitty/commit/?id=015546e44efa3e3ea0cd59d8a4130e3598fe6544
Submitter: Jenkins
Branch: master

commit 015546e44efa3e3ea0cd59d8a4130e3598fe6544
Author: zhangguoqing <zhang.guoqing@99cloud.net>
Date: Tue Aug 16 19:36:32 2016 +0800

    ceilometer network.* collector are not JSON serializable

    Add network_tap and network_floating to CeilometerTransformer.
    Add corresponding test cases.

    In order to map the strip_func, replace the '.' to '_' in service name,
    by the line "res_type = res_type.replace('.', '_')".
    network.floating --> _strip_network_floating
    (network.bw.in and network.bw.out) network.tap --> _strip_network_tap

    Change-Id: Iee47f7693e8a37d8239ea52419bef1c2304d0a31
    Closes-bug: #1616738