glance/glance/db
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
..
registry Change generic NotFound to ImageNotFound exception 2015-05-30 08:18:33 -07:00
simple Change generic NotFound to ImageNotFound exception 2015-05-30 08:18:33 -07:00
sqlalchemy Use oslo_utils.encodeutils.exception_to_unicode() 2015-07-17 18:31:03 +02:00
__init__.py Merge "Change generic NotFound to ImageNotFound exception" 2015-06-25 05:20:12 +00:00
metadata.py Provide a way to upgrade metadata definitions 2015-03-12 00:26:16 -04:00
migration.py Updated from global requirements 2015-05-08 11:08:35 +02:00