fuxi/fuxi/common
howardlee 9734e4dac5 Replace e.message with str(e)
The 'message' attribute has been deprecated. A prefered way is to
call str(e), and this patch will replace e.message with str(e).
For more information, please see:
https://www.python.org/dev/peps/pep-0352/

Change-Id: I96cbd859b172291564188a0a9fbc5372d2bf4bae
2017-07-20 16:48:19 +08:00
..
__init__.py Fuxi code for providing Cinder volume to Container 2016-07-23 14:22:41 +08:00
blockdevice.py Replace e.message with str(e) 2017-07-20 16:48:19 +08:00
config.py Use HostAddressOpt for opts that accept IP and hostnames 2017-03-28 11:36:50 +08:00
constants.py Merge "Enable Fuxi to use Manila share" 2017-02-08 08:10:19 +00:00
mount.py Replace e.message with str(e) 2017-07-20 16:48:19 +08:00
state_monitor.py Remove log translations 2017-04-06 10:21:52 +08:00