Re: [openstack-dev] [Glance] How to handle "simple" janitorial tasks?

2013-11-28 Thread Zhi Yan Liu
https://bugs.launchpad.net/bugs/1256207 On Fri, Nov 29, 2013 at 1:08 PM, Zhi Yan Liu wrote: > Hi Koo, > > On Fri, Nov 29, 2013 at 9:15 AM, David koo wrote: >> Hi All, >> >> A quick question about simple "janitorial" tasks ... >> >> I noticed that glance.api.v2.image_data.ImageDataControl

Re: [openstack-dev] [Glance] How to handle "simple" janitorial tasks?

2013-11-28 Thread Zhi Yan Liu
Hi Koo, On Fri, Nov 29, 2013 at 9:15 AM, David koo wrote: > Hi All, > > A quick question about simple "janitorial" tasks ... > > I noticed that glance.api.v2.image_data.ImageDataController.upload has two > identical "except" clauses (circa line 98): > except exception.StorageFull

[openstack-dev] [Glance] How to handle "simple" janitorial tasks?

2013-11-28 Thread David koo
Hi All, A quick question about simple "janitorial" tasks ... I noticed that glance.api.v2.image_data.ImageDataController.upload has two identical "except" clauses (circa line 98): except exception.StorageFull as e: msg = _("Image storage media is full: %s") % e