glance/glance/api/v1
Victor Stinner 1c186e23fd Use oslo_utils.encodeutils.exception_to_unicode()
* Replace glance.common.utils.exception_to_str() with
  oslo_utils.encodeutils.exception_to_unicode().
* Remove exception_to_str() from glance.common.utils
* Add "from oslo_utils import encodeutils" and remove "from
  glance.common import utils" (when utils is no more used)
* glance/api/v2/images.py: replace utils.exception_to_str() with
  six.text_type() to cast the oslo_i18n message to Unicode

Glance exception_to_str() function was not compatible with Python 3,
whereas exception_to_unicode() is compatible with Python 3, it's in Oslo
common libraries and it's well tested.

This patch was first generated by a tool (modified version of sixer),
and then fixed to respect the PEP8 (especially the constraint of 80
columns).

Change-Id: I86008c8adc0c5664f96573c1015cc15e2d06e3e2
2015-07-17 18:31:03 +02:00
..
__init__.py Remove vim header 2014-01-14 16:03:28 +00:00
controller.py Add ability to deactivate an image 2015-03-13 14:21:11 -04:00
filters.py Remove vim header 2014-01-14 16:03:28 +00:00
images.py Use oslo_utils.encodeutils.exception_to_unicode() 2015-07-17 18:31:03 +02:00
members.py Use oslo_utils.encodeutils.exception_to_unicode() 2015-07-17 18:31:03 +02:00
router.py Changes HTTP response code for unsupported methods 2014-08-18 03:53:45 -07:00
upload_utils.py Use oslo_utils.encodeutils.exception_to_unicode() 2015-07-17 18:31:03 +02:00