Comment 2 for bug 798998

Revision history for this message
Everett Toews (everett-toews) wrote : Re: [Bug 798998] Re: format_images in ec2_api does not correctly return owner id

Not exact duplicates as I was using Glance and Scott was using
nova-objectstore. Either way the image owner needs to be returned.

On Sat, Aug 20, 2011 at 9:12 AM, Dave Walker <email address hidden> wrote:

> Is this a dupe of bug 827386?
>
> Thanks.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/798998
>
> Title:
> format_images in ec2_api does not correctly return owner id
>
> Status in OpenStack Compute (Nova):
> Triaged
>
> Bug description:
> This line in api/ec2/cloud.py:
> 1032 i['imageOwnerId'] = image['properties'].get('owner_id')
> should be
> 1032 i['imageOwnerId'] = image['properties'].get('project_id')
> since there is no owner_id field set anywhere
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/nova/+bug/798998/+subscriptions
>