[Bug 1635683] Re: lxc bridged interface with multiple bridges sometimes assign the interface to wrong bridge

2016-10-21 Thread Yinon
OK, Thanks. Closed as invalid. ** Changed in: lxc (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1635683 Title: lxc bridged interface with multiple bridges

[Bug 1635683] Re: lxc bridged interface with multiple bridges sometimes assign the interface to wrong bridge

2016-10-21 Thread Yinon
** Tags added: lxc lxd -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1635683 Title: lxc bridged interface with multiple bridges sometimes assign the interface to wrong bridge To manage

[Bug 1635683] Re: lxc bridged interface with multiple bridges sometimes assign the interface to wrong bridge

2016-10-21 Thread Stéphane Graber
That's actually completely expected since you didn't set the "name" property on that network device. "eth0" above refers to the LXD device entry name which has nothing to do with the device name in the container. So you need to do: lxc profile device add devstack-profile eth0 nic nictype=bridged