
Based on current implement of Hbase metadata query in Ceilometer, it's trying to compare the metadata value with the metadata stored in table "resource" instead of table "meter", when user query a specific meter name. As a result, the query result will be wrong. See: https://github.com/openstack/ceilometer/blob/master/ceilometer/storage/impl_hbase.py#L441 https://github.com/openstack/ceilometer/blob/master/ceilometer/storage/impl_mongodb.py#L535 Fixes bug 1205759 Change-Id: I3f8168fa5371985ac135b0a9d41e76d7bc71c4a7