Tracebacks while using cloud-publish-tarball.

Bug #1031867 reported by Chuck Short
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
High
Chuck Short

Bug Description

2012-08-01 10:27:36 INFO nova.ec2.wsgi.server [req-0819c0da-1997-4b98-9a51-004dff52b3ed demo demo] 192.168.1.103 - - [01/Aug/2012 10:27:36] "POST /services/Cloud/ HTTP/1.1" 200 313 0.274211

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/eventlet/hubs/hub.py", line 336, in fire_timers
    timer()
  File "/usr/lib/python2.7/dist-packages/eventlet/hubs/timer.py", line 56, in __call__
    cb(*args, **kw)
  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)

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

Fix proposed to branch: master
Review: https://review.openstack.org/10671

Changed in nova:
assignee: nobody → Chuck Short (zulcss)
status: New → In Progress
Revision history for this message
Dan Prince (dan-prince) wrote :

Looks like I'm hitting the same issue when running Nova smoke tests w/ SmokeStack as well:

======================================================================
FAIL: test_007_images_are_available_within_10_seconds (smoketests.test_sysadmin.ImageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/smoketests/test_sysadmin.py", line 89, in test_007_images_are_available_within_10_seconds
    self.assert_(False) # wasn't available within 10 seconds
AssertionError: False is not true

Changed in nova:
importance: Undecided → High
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>

Changed in nova:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in nova:
milestone: none → folsom-3
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: folsom-3 → 2012.2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.