glance/glance/common/scripts/image_import
Mike Fedosin 868d9161c6 Catch NotAuthenticated exception in import task
If glance uses registry as data_api then it's possible
that token may expire during image import task and Glance
will have NotUauthenticated exception.

This code adds a correct handling of this exception and
allows Glance to remove stale chunks from store.

Partial-Bug: #1498163

Change-Id: Ia6e1fe0d27b13b920ee7e728feb5305dec77e066
(cherry picked from ebdf076cc9)
2015-10-02 11:51:49 +00:00
..
__init__.py Introduces eventlet executor for Glance Tasks 2014-09-02 11:45:58 -04:00
main.py Catch NotAuthenticated exception in import task 2015-10-02 11:51:49 +00:00