diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2012-03-15 13:02:07 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2012-03-15 13:34:19 -0700 |
| commit | 4012a3f792ca5958616b31f7594f200d18665d71 (patch) | |
| tree | 444722891796be2626c14e67fe65d119492ab991 /nova/image | |
| parent | 97eb92880e0886a3f257f32a88ba9e55b8ec8a90 (diff) | |
| download | nova-4012a3f792ca5958616b31f7594f200d18665d71.tar.gz nova-4012a3f792ca5958616b31f7594f200d18665d71.tar.xz nova-4012a3f792ca5958616b31f7594f200d18665d71.zip | |
Keep context for logging intact in greenthreads
* fixes bug 942918
Change-Id: Ia0fcf459c53b95a8675472adcfbba08014e34e5b
Diffstat (limited to 'nova/image')
| -rw-r--r-- | nova/image/s3.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/image/s3.py b/nova/image/s3.py index 570dfea19..fdf955515 100644 --- a/nova/image/s3.py +++ b/nova/image/s3.py @@ -283,6 +283,7 @@ class S3ImageService(object): def delayed_create(): """This handles the fetching and decrypting of the part files.""" + context.update_store() log_vars = {'image_location': image_location, 'image_path': image_path} metadata['properties']['image_state'] = 'downloading' |
