Re: [Netstack] L3 Forwarding

2012-04-12 Thread Sumit Naiksatam (snaiksat)
Thanks Andi. Responses inline... > -Original Message- > From: andi abes [mailto:andi.a...@gmail.com] > Sent: Wednesday, April 11, 2012 7:22 PM > To: Dan Wendlandt > Cc: Sumit Naiksatam (snaiksat); netstack@lists.launchpad.net > Subject: Re: [Netstack] L3 Forwarding > > A few (short) thoug

Re: [Netstack] Role of "nova-manage network" commands when using QuantumManager

2012-04-12 Thread Dan Wendlandt
Hi Mandar, Thanks for bringing this up. For Essex, nova-manage commands to create/delete Quantum networks must be run on the nova-network node. For Folsom this will all change, as all networks will be created directly against the Quantum API, rather than using nova-manage. I'll add a note to th

Re: [Netstack] Role of "nova-manage network" commands when using QuantumManager

2012-04-12 Thread heut2008
nova-manage is an admin tool,just as you said,it opeates the DB directly,and can be executed both in nova-network node and nova-compute node,it is a simple way to work as an admin tool before keystone come out. in folsom,there will be and admin tool like novaclient to take the place of nova-manage.

[Netstack] Role of "nova-manage network" commands when using QuantumManager

2012-04-12 Thread Vaze, Mandar
It is my understanding that in multi-node setup : * nova-manage can be executed from any machine which may not be running nova-network process. (Or should nova-manage always be run on nova-network node ?) * nova-manage does DB operations and delegates the actual networking cal