Hi, sorry for bothering, I was looking at the vif.py code in nova-compute-lxd. There is a LXDNetworkBridgeDriver ( https://github.com/lxc/nova-compute-lxd/blob/master/nclxd/nova/virt/lxd/vif.py#L124 ), the one that can be used with Neutron, I guess. It allows flat and vlan networking. But there is also the LXDOpenVswitchDriver ( https://github.com/lxc/nova-compute-lxd/blob/master/nclxd/nova/virt/lxd/vif.py#L58 ) and my question is, if not in Neutron, how is it used? Thanks
Giuseppe 2015-06-02 3:53 GMT+02:00 Chuck Short <[email protected]>: > Hi > > On Mon, Jun 1, 2015 at 9:02 AM, Giuseppe Civitella < > [email protected]> wrote: > >> Hi all, >> >> I've just seen this page about nclxd features: >> >> https://github.com/lxc/nova-compute-lxd/compare/a2cc97ffeb59...ee74894cf75c >> > > That is just a list of features that we hope to have in the near future so > people can keep a track of what is going on. > >> >> I did not get if there is Neutron integration or not, if I can use vxlan >> or some other multi tenant network other than vlan. >> I'd also know if it is possible to have the images autoconfiguring >> themselves via cloudinit. >> Can someone explain, please? >> >> > There is neutron support if you use the default linuxbridge, its not > possible to have the images auto-configuring themselves via cloud-init > because there isnt support for that in lxd. It should be coming soon. > > >> Thanks a lot >> Giuseppe >> >> _______________________________________________ >> lxc-users mailing list >> [email protected] >> http://lists.linuxcontainers.org/listinfo/lxc-users >> > > > _______________________________________________ > lxc-users mailing list > [email protected] > http://lists.linuxcontainers.org/listinfo/lxc-users >
_______________________________________________ lxc-users mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-users
