Comment 3 for bug 1031867

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/10671
Committed: http://github.com/openstack/nova/commit/46e2c8a575fecc55a896632029d5db6b5bd7b112
Submitter: Jenkins
Branch: master

commit 46e2c8a575fecc55a896632029d5db6b5bd7b112
Author: Chuck Short <email address hidden>
Date: Wed Aug 1 13:03:15 2012 -0500

    Fix traceback when using s3.

    Fix a regression that causes tracebacks in s3

    Traceback (most recent call last):
      File "/opt/stack/nova/nova/image/s3.py", line 294, in delayed_create
         _update_image_state(context, image_uuid, 'downloading')
      File "/opt/stack/nova/nova/image/s3.py", line 286, in _update_image_state
       headers)
     TypeError: update() takes at most 5 arguments (6 given)

    This is due to 6e4539f397bfc5dbf9ec88ddc3968621815d576b

    Fixes LP: #1031867

    Change-Id: I6cf786999c623c0ca780a173dcba49354207e9c3
    Signed-off-by: Chuck Short <email address hidden>