fuxi/fuxi
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
..
common Replace e.message with str(e) 2017-07-20 16:48:19 +08:00
connector Remove log translations 2017-04-06 10:21:52 +08:00
tests Fix N529 Method's default argument should not be mutable 2017-07-17 02:20:51 +00:00
volumeprovider Remove log translations 2017-04-06 10:21:52 +08:00
__init__.py Removes unnecessary utf-8 encoding 2017-01-13 19:52:28 +08:00
controllers.py Remove log translations 2017-04-06 10:21:52 +08:00
exceptions.py Merge "Enable Fuxi to use Manila share" 2017-02-08 08:10:19 +00:00
i18n.py Remove log translations 2017-04-06 10:21:52 +08:00
opts.py Move the imports to the top of the file 2017-06-20 05:49:55 +00:00
server.py Fuxi code for providing Cinder volume to Container 2016-07-23 14:22:41 +08:00
utils.py Remove log translations 2017-04-06 10:21:52 +08:00
version.py Fuxi code for providing Cinder volume to Container 2016-07-23 14:22:41 +08:00