Re: [Openstack] Fwd: [Quantum] Public Network spec proposal

2012-07-19 Thread Tomoe Sugihara
Hi Dan, On Thu, Jul 19, 2012 at 11:58 PM, Dan Wendlandt d...@nicira.com wrote: On Tue, Jul 17, 2012 at 7:39 PM, Tomoe Sugihara to...@midokura.com wrote: Hi Salvatore, I have a few questions regarding your proposal mostly related to L3 services. I've read in another thread that L3

Re: [Openstack] Fwd: [Quantum] Public Network spec proposal

2012-07-17 Thread Tomoe Sugihara
Hi Salvatore, I have a few questions regarding your proposal mostly related to L3 services. I've read in another thread that L3 services are out of Quantum's scope for Folsom, but I'd like to know how this public network model would work with those services. 1. What are the assumptions for

Re: [Openstack] [Netstack] Can't associate floating IP

2012-03-01 Thread Tomoe Sugihara
Hi Doude, I was dealing with another issue caused by this NULL 'host', and Dan told me that has been fixed: https://github.com/openstack/nova/commit/43f2492175d11a3f8ea4198e65b2a6a6b38cbbb6 I haven't verified, though. Good luck. Best, Tomoe On Thu, Mar 1, 2012 at 10:11 PM, Doude

Re: [Openstack] Creating boot-from-volume capable image and volume

2012-02-18 Thread Tomoe Sugihara
-- Hope this helps. Cheers, Tomoe On Sat, Feb 11, 2012 at 10:31 PM, Tomoe Sugihara to...@midokura.com wrote: Hi Anthony, Thanks for following it up. On Sat, Feb 11, 2012 at 2:58 PM, Anthony Young sleepsonthefl...@gmail.com wrote: On Fri, Feb 10, 2012 at 8:51 PM

[Openstack] floating ip with melange

2012-02-17 Thread Tomoe Sugihara
Hi, Is anyone working on getting floating ip work with melange? Currently pool operation (from nova-manage) and allocate/deallocate/associate/disassocaite (in FloatingIP mix-in for network manager) are closely coupled with nova DB. I'd be happy to work on that or work together if someone is

Re: [Openstack] Creating boot-from-volume capable image and volume

2012-02-13 Thread Tomoe Sugihara
this helps. Cheers, Tomoe On Sat, Feb 11, 2012 at 10:31 PM, Tomoe Sugihara to...@midokura.com wrote: Hi Anthony, Thanks for following it up. On Sat, Feb 11, 2012 at 2:58 PM, Anthony Young sleepsonthefl...@gmail.com wrote: On Fri, Feb 10, 2012 at 8:51 PM, Tomoe Sugihara to...@midokura.com wrote

Re: [Openstack] Creating boot-from-volume capable image and volume

2012-02-11 Thread Tomoe Sugihara
Hi Anthony, Thanks for following it up. On Sat, Feb 11, 2012 at 2:58 PM, Anthony Young sleepsonthefl...@gmail.com wrote: On Fri, Feb 10, 2012 at 8:51 PM, Tomoe Sugihara to...@midokura.com wrote: Hi folks, Could someone tell me what is the right way to do boot-from-volume? Especially, how

[Openstack] Creating boot-from-volume capable image and volume

2012-02-10 Thread Tomoe Sugihara
Hi folks, Could someone tell me what is the right way to do boot-from-volume? Especially, how to create boot-from-volume capable image and volume? My understanding is that, since openstack API requires imageRef, we need to pass in both image and volume ids. I thought that create_image in EC2 API

[Openstack] Supporting start/stop compute api from OpenStack API

2012-01-17 Thread Tomoe Sugihara
Hi, I have put up a blueprint (https://blueprints.launchpad.net/nova/+spec/start-stop-methods-support-in-os-servers-api) for supporting start/stop compute api, which should work well for boot-from-volume from OpenStack API, and I'm happy to contribute code for Essex release. Could someone tell

Re: [Openstack] Supporting start/stop compute api from OpenStack API

2012-01-17 Thread Tomoe Sugihara
without an approved blueprint. Are you sure there isn't already a server action for stop/start? Vish On Jan 17, 2012, at 7:46 PM, Tomoe Sugihara wrote: Hi, I have put up a blueprint (https://blueprints.launchpad.net/nova/+spec/start-stop-methods-support-in-os-servers-api) for supporting

Re: [Openstack] Supporting start/stop compute api from OpenStack API

2012-01-17 Thread Tomoe Sugihara
in compute/servers.py. - Chris On Jan 17, 2012, at 9:21 PM, Vishvananda Ishaya wrote: You can propose code without an approved blueprint. Are you sure there isn't already a server action for stop/start? Vish On Jan 17, 2012, at 7:46 PM, Tomoe Sugihara wrote: Hi, I have put up