On Wed, Mar 21, 2012 at 9:04 AM, Sumit Naiksatam (snaiksat)
<snaik...@cisco.com> wrote:
> Hi Tomasz,
>
> A few points to note, and this might make things clearer:
>
> * The gateway initialization happens in a separate driver (I am referring to 
> the part of the code which you did not find), please take a look at the 
> QuantumLinuxBridgeInterfaceDriver class inside:
> nova/network/linux_net.py

That's true, but please note that plug is only callled when new
instance is created. When host running nova-network service is
rebooted and there's no new instances created there's no code which
will
bring it up.



>
> * As for your suggestion on using the interface type bridge, that would work 
> only if plug is called only once in the lifetime of a VM. Quantum tries to 
> support semantics beyond that; one should be able to plug a VIF into a port, 
> may be unplug at a later time, plug into a port on a separate network, and so 
> on. One way to achieve this is by using the interface type ethernet (and 
> that's where the agent comes into play, hence it's required).

now it's clear.

-- 
Tomasz Paszkowski
SS7, Asterisk, SAN, Datacenter, Cloud Computing
+48500166299

-- 
Mailing list: https://launchpad.net/~netstack
Post to     : netstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~netstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to