Comment 1 for bug 1441258

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

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

commit 129929c3462274991415ae4f10d7820a86faabfe
Author: Komei Shimamura <email address hidden>
Date: Fri Apr 3 22:16:11 2015 -0700

    Fix a issue for kafka-publisher and refactor the test code

    Fix a issue which causes error when default policy is selected.
    Add test codes to avoid the same mistakes again.
    Fix a bug of the test code which is:
    * KafkaBrokerPublisher tries to connect localhost when __init__
      is called because of the lack of mocking _get_client function
      before initializing KafkaBrokerPublisher.

    Closes-Bug: 1441175
    Closes-Bug: 1441258
    Change-Id: I306db443a866860ee45b2362b8a0cd2a59d8c3a2