[Netstack] Attaching VM to a single network

2012-05-30 Thread Rami Cohen
Hi, Working with nova and quantum, I have realized that if a single project contains more than one network, then a VM created within this project is attached to all this networks. Is it correct? Is it possible to attach the VM to a specific network? Thanks, RamiC -- Mailing list: https://launchp

Re: [Netstack] Attaching VM to a single network

2012-05-30 Thread Emilien Macchi
Hi, To create a VM and attach it to a specific network, you should use : nova boot --image X --flavor X --nic net-id=X --nic net-id=X vm1 You can read more here . I have on

Re: [Netstack] Attaching VM to a single network

2012-05-30 Thread Piotr Siwczak
Try to use "--nic net-id=" parameter to nova boot. -Piotr On Wed, May 30, 2012 at 11:18 PM, Rami Cohen wrote: > Hi, > > Working with nova and quantum, I have realized that if a single project > contains more than one network, then a VM created within this project is > attached to all this netw

[Netstack] question on get_network_details api call

2012-05-30 Thread Irena Berezovsky
Hi, Adding some additional attributes to the 'get_network_details' in my plugin, I realized that Network View builder just puts network_id and network_name in the response and ignores anything else. Is there any special reason for this? Will it be correct to allow addition of other network attri

Re: [Netstack] Attaching VM to a single network

2012-05-30 Thread Rami Cohen
Thanks. On Thu, May 31, 2012 at 12:18 AM, Rami Cohen wrote: > Hi, > > Working with nova and quantum, I have realized that if a single project > contains more than one network, then a VM created within this project is > attached to all this networks. > Is it correct? > Is it possible to attach t