Comment 5 for bug 1479066

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

Reviewed: https://review.openstack.org/207560
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=59f6abfa57091fd723aa6b1f9dc5ac028c0269c4
Submitter: Jenkins
Branch: master

commit 59f6abfa57091fd723aa6b1f9dc5ac028c0269c4
Author: Chuck Carmack <email address hidden>
Date: Thu Jul 30 17:45:24 2015 +0000

    Fix DeprecationWarning when using BaseException.message

    Some of the nova unit tests are getting:
    "DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 "
    when referring to the message attribute of the exception.
    Change to use "six.text_type(exception)" to avoid these warning.

    Change-Id: I6f2c83a66306cdaccb95a7be21214f15969b6947
    Closes-Bug: 1479066