Re: [Openstack] Glance/Nova Snapshot Changes

2011-01-10 Thread Jay Pipes
On Thu, Dec 30, 2010 at 5:38 PM, Rick Harris wrote: > In developing Nova's instance snapshots, I've run into a little snag > revolving around somed design decisions in both Nova and Glance.  I have a > plan that I'd like to move forward with ASAP, so please, if you see any > problems or have any o

Re: [Openstack] Glance/Nova Snapshot Changes

2011-01-03 Thread Eric Day
Is there a reason you need to even touch Glance from the Nova API server before returning metadata? Could you just generate and return what that will be, or do you need to obtain something from Glance for the return (like image_id)? For compute API/manager, you can make this a call instead of a ca