<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Yes, I just modified it in my branch here:<div><br></div><div><a href="https://code.launchpad.net/~vishvananda/nova/kill-objectstore/+merge/52163">https://code.launchpad.net/~vishvananda/nova/kill-objectstore/+merge/52163</a></div><div><br></div><div><a href="https://code.launchpad.net/~vishvananda/nova/kill-objectstore/+merge/52163"></a>So that we have an image service for single machine installs that doesn't depend on glance.</div><div><br></div><div>I think we should keep it in for now.</div><div><br></div><div>Vish</div><div><br><div><div>On Mar 7, 2011, at 6:55 AM, Dan Prince wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Is anyone using the nova/image/local.py?<br><br>This class appears to be a pre-glance image service that could be used with the Openstack API. As we now have glance I'm not sure we really need this anymore.<br><br>The class initializes its path to a temp directory:<br><br>    def __init__(self):<br>        self._path = tempfile.mkdtemp()<br><br>Maybe we can use this as a proper mock image service (within the tests) and remove it as a top level image service within the code base.<br><br>--<br>I file a bug on this issue here:<br><br>  <a href="https://bugs.launchpad.net/nova/+bug/723947">https://bugs.launchpad.net/nova/+bug/723947</a><br><br>NOTE: This has nothing to do with 'nova-objectstore' or anything on the S3/EC2 side of things as some of the comments mention in the ticket.<br>--<br><br>Why remove a class that isn't hurting anything? In another bug/ticket I was trying to standardize how the image services provide access to 'kernel_id' and 'ramdisk_id' in a standardized manner. This will help clean up some of the code in the API layers. While doing this I ran across nova/image/local.py which seemed to be rather outdated.<br><br>Dan<br><br><br>_______________________________________________<br>Mailing list: <a href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a><br>Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>Unsubscribe : <a href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a><br>More help   : <a href="https://help.launchpad.net/ListHelp">https://help.launchpad.net/ListHelp</a><br></div></blockquote></div><br></div></body></html>