diff --git a/glance/db/utils.py b/glance/db/utils.py index 3063660206..81fcd54928 100644 --- a/glance/db/utils.py +++ b/glance/db/utils.py @@ -11,6 +11,7 @@ # under the License. from glance.common import exception +from glance.i18n import _ def mutate_image_dict_to_v1(image):