Comment 2 for bug 1659663

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

Reviewed: https://review.openstack.org/428005
Committed: https://git.openstack.org/cgit/openstack/mistral/commit/?id=bc18ecbe245cbcadc22e8a37a39c4f49291b0e8c
Submitter: Jenkins
Branch: master

commit bc18ecbe245cbcadc22e8a37a39c4f49291b0e8c
Author: Winson Chan <email address hidden>
Date: Thu Feb 2 05:22:37 2017 +0000

    Fix try import of openstack client modules

    The import of python-muranoclient is causing mistral-db-manage populate
    to fail. This patch fixes the try import to log and print to stdout the
    modules that fail and allow other imports to continue.

    Change-Id: Ied643a6173f40141fea59e5ab6e0df26b53d33f5
    Partial-Bug: #1659663