Re: [Openstack] Remove the local image service (nova/image/local.py)?

2011-03-07 Thread Vishvananda Ishaya
Yes, I just modified it in my branch here: https://code.launchpad.net/~vishvananda/nova/kill-objectstore/+merge/52163 So that we have an image service for single machine installs that doesn't depend on glance. I think we should keep it in for now. Vish On Mar 7, 2011, at 6:55 AM, Dan Prince w

[Openstack] Remove the local image service (nova/image/local.py)?

2011-03-07 Thread Dan Prince
Is anyone using the nova/image/local.py? 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. The class initializes its path to a temp directory: def __init__(self): self._path