tripleo-common/tripleo_common/image
James Slagle 235ab53d4c Re-raise same exception type in export_stream
tripleo-container-image-prepare can consume a lot of memory during
the export. Previously, when a MemoryError was raised by python, the
exception was hidden because there was no message in the exception and
the code re-raised an IOError.

This patch updates the code so that a MemoryError is specifically caught
if one was thrown, and an accurate message is logged.

Change-Id: I6de47600f430d3af5e3052ff456cd718a0df0d76
(cherry picked from commit 9d7a9b83ed)
2020-03-18 19:34:34 +00:00
..
builder Force docker format 2020-01-23 14:28:44 +00:00
__init__.py Build image files from definitions in yaml 2016-03-18 11:43:32 -04:00
base.py Make overcloud_containers.yaml template driven 2017-06-22 11:03:04 +12:00
build.py Default to host CPU architecture if none is supplied 2017-08-05 09:11:20 +10:00
exception.py Implement threading locks around layers 2019-09-27 13:50:49 -06:00
image_builder.py Migrate building IPA to ironic-python-agent-builder 2019-09-03 12:48:12 +02:00
image_export.py Re-raise same exception type in export_stream 2020-03-18 19:34:34 +00:00
image_uploader.py Use config for layers 2020-02-27 14:49:54 +00:00
kolla_builder.py Make upload workers faster on processing layers 2019-11-19 10:04:55 +00:00