[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

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 david@huawei.com 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

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 lzy@gmail.com wrote: Hi Koo, On Fri, Nov 29, 2013 at 9:15 AM, David koo david@huawei.com wrote: Hi All, A quick question about simple janitorial tasks ... I noticed that