Comment 2 for bug 1328796

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

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

commit acf7f5189e8f019a4d080246c59651e90fc0411c
Author: Lianhao Lu <email address hidden>
Date: Wed Jun 11 14:55:54 2014 +0800

    Fixed various import issues exposed by unittest

    Tried running the unit test stand-alone(e.g. using testtools.run), and
    it exposed various 'import' issues about the oslo.config options and the
    modules, in both the test cases themselves and the ceilometer module.
    This patch fixed those import issues.

    Change-Id: I68f30d335ee8d0d63c451116274632287a9ec77f
    Closes-Bug: #1328796