keystoneauth/keystoneauth1/tests/unit/exceptions
Tin Lam 062dcc9cb2 Fix ClientException message property not set properly
To reproduce:

    >>> from keystoneauth1 import exceptions
    >>> e = exceptions.ClientException(message="test")
    >>> print(e.message)
    None

Change-Id: If73df85768866fb93d90ff95479f29f64aabe73f
Co-Authored-By: Gage Hugo <gagehugo@gmail.com>
Closes-Bug: #1534363
2017-01-26 12:28:05 +00:00
..
__init__.py Fix ClientException message property not set properly 2017-01-26 12:28:05 +00:00
test_exceptions.py Fix ClientException message property not set properly 2017-01-26 12:28:05 +00:00