openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #20091
Re: Glance, boto and image id
On Mon, Jan 14, 2013 at 6:18 PM, Vishvananda Ishaya
<vishvananda@xxxxxxxxx>wrote:
>
> On Jan 14, 2013, at 7:49 AM, Jay Pipes <jaypipes@xxxxxxxxx> wrote:
>
> >
> > There is an integer key in the s3_images table that stores the map
> > between the UUID and the AMI image id:
> >
> >
> https://github.com/openstack/nova/blob/master/nova/db/sqlalchemy/models.py#L964
> >
> > Not sure this is available via Horizon... sorry.
>
> Correct. Here are some options:
>
> a) query the db directly for the mapping
>
> b) write an api extension to nova that exposes the mapping
>
> c) write an external utility that syncs the info from the nova db into
> glance metadata
>
> d) modify horizon to list images through the ec2 api instead of glance
>
I guess d) depends on b), since we cannot assume horizon is running on the
same machine as the nova-api service.
.a.
--
antonio.s.messina@xxxxxxxxx
GC3: Grid Computing Competence Center
http://www.gc3.uzh.ch/
University of Zurich
Winterthurerstrasse 190
CH-8057 Zurich Switzerland
Follow ups
References
-
Glance, boto and image id
From: Antonio Messina, 2013-01-11
-
Re: Glance, boto and image id
From: Jay Pipes, 2013-01-13
-
Re: Glance, boto and image id
From: Antonio Messina, 2013-01-14
-
Re: Glance, boto and image id
From: Jay Pipes, 2013-01-14
-
Re: Glance, boto and image id
From: Vishvananda Ishaya, 2013-01-14