Comment 1 for bug 1023027

Revision history for this message
John Griffith (john-griffith) wrote : Re: [Bug 1023027] [NEW] Nova api fails to unpack volume metadata using cinder

On Tue, Jul 10, 2012 at 9:35 AM, Evgeniy Afonichev
<email address hidden> wrote:
> Public bug reported:
>
> File "/opt/stack/nova/nova/volume/cinder.py", line 92, in _untranslate_volume_summary_view
> nova.api.openstack for k, v in vol.metadata:
> nova.api.openstack ValueError: too many values to unpack
>
>
> Most likely, vol.metadata.items() was supposed
>
> ** Affects: cinder
> Importance: Undecided
> Status: New
>
> --
> You received this bug notification because you are a member of Cinder
> Bug Team, which is subscribed to Cinder.
> https://bugs.launchpad.net/bugs/1023027
>
> Title:
> Nova api fails to unpack volume metadata using cinder
>
> Status in Cinder:
> New
>
> Bug description:
> File "/opt/stack/nova/nova/volume/cinder.py", line 92, in _untranslate_volume_summary_view
> nova.api.openstack for k, v in vol.metadata:
> nova.api.openstack ValueError: too many values to unpack
>
>
> Most likely, vol.metadata.items() was supposed
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/cinder/+bug/1023027/+subscriptions

Hi Evgeniy,

Would you mind adding some additional information to this bug report?
Particularly what your setup was, what steps lead up to you seeing
this etc? In other words how I might reproduce?

Thanks,
John