[Openstack] Networking with Nova

2013-07-09 Thread othmane
Hi all, Im newbie to openstack, my question is: when I create an instance via nova, can I specify which network the instance should e attached to? For example, suppose that I have three VM in a compute node each of them is attached to a network 1,2,3, I want to add the fourth one and specify

Re: [Openstack] Networking with Nova

2013-07-09 Thread Ritesh Nanda
Hello, It is very much possible to specify the network to which you want vm to attach, but for that you need to use quantum. You can even do it from the horizon web interface. On Tue, Jul 9, 2013 at 9:01 PM, othmane douiriothm...@gmail.com wrote: Hi all, ** ** Im newbie to openstack,

Re: [Openstack] Networking with Nova

2013-07-09 Thread Adrian Smith
when I create an instance via nova, can I specify which network the instance should e attached to? For example, suppose that I have three VM in a compute node each of them is attached to a network 1,2,3, I want to add the fourth one and specify that this VM should be attached in network 2.