Comment 2 for bug 1730356

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

Reviewed: https://review.openstack.org/517923
Committed: https://git.openstack.org/cgit/openstack/powervc-driver/commit/?id=161721311a9534e61c3cefd2d14edd5ca34bd308
Submitter: Zuul
Branch: master

commit 161721311a9534e61c3cefd2d14edd5ca34bd308
Author: guanzuoyu <email address hidden>
Date: Mon Nov 6 19:21:54 2017 +0800

    Modify incorrect method to translate error message

    When process of powervc-drver connecting keystone failed, it would
    give the error message in factory.py, but message objects do not
    support str(), so it needs to be modified by using unicode.

    Change-Id: I45bbb488300a5fe5c4e4f71265c3abacd775f41d
    Closes-Bug: #1730356