Comment 8 for bug 1706841

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

Reviewed: https://review.openstack.org/489518
Committed: https://git.openstack.org/cgit/openstack/python-barbicanclient/commit/?id=714fce222816ad3348d4ba4c3baaa721308158e2
Submitter: Jenkins
Branch: master

commit 714fce222816ad3348d4ba4c3baaa721308158e2
Author: Jeremy Liu <email address hidden>
Date: Tue Aug 1 15:47:48 2017 +0800

    Support import modules from barbicanclient.client module

    Before refactor patch, modules could be imported either from
    barbicanclient.<module> or barbicanclient.client.<module>, octavia
    is using both methods. We need to support that.

    Change-Id: Ib5b7c2ae50d30e85685c20cfabc188f46c0c947b
    Closes-bug: #1706841