diff options
author | jichenjc <jichenjc@cn.ibm.com> | 2015-02-23 16:21:48 +0800 |
---|---|---|
committer | jichenjc <jichenjc@cn.ibm.com> | 2015-02-23 16:21:48 +0800 |
commit | a5675a9f474b752ba708dea4e8399c8bde61b983 (patch) | |
tree | 6a4c8c21d6eb69e2355fce94205c10d5754dc490 | |
parent | e5ed57dc3f93164ee8c09b13c60e7712736ad58a (diff) | |
download | nova-a5675a9f474b752ba708dea4e8399c8bde61b983.tar.gz |
Remove update_store usage
After I7a02e646b7cebdb0eb72be2d5ad7bfe0743c8f4d
update_store is removed from nova context class
Change-Id: Ie5aaa984376cc7f9b2ae7a753c973a8e1b5ce238
-rw-r--r-- | nova/image/s3.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/image/s3.py b/nova/image/s3.py index 2076b91912..6abe396e9f 100644 --- a/nova/image/s3.py +++ b/nova/image/s3.py @@ -299,7 +299,6 @@ 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} |