Hello,

I added my own type_driver and it looks that works ok because I can make network with this my type. But how to add own mechanism_driver (to any of network type) - I think that this could be possible too. Can someone send me some info about that, or maybe link to some documentation about that?

Thanks in advance
Slawek

W dniu 2014-02-18 22:53, Sławek Kapłoński napisał(a):
Hello,

Thanks for an answear.
I want to add own network type which will be very similiar to flat network (in type_driver I think it will be the same) but will assign IPs to instances in different way (not exactly with some L2 protocol). I want to add own network because I want to have own name of this network that I can distinguish it.
Maybe there is other reason to do that.

--
Best regards
Sławek Kapłoński

Dnia wtorek, 18 lutego 2014 10:08:50 piszesz:
[Moving to -dev list]

On Feb 18, 2014, at 9:12 AM, Sławek Kapłoński <sla...@kaplonski.pl> wrote:
> Hello,
>
> I'm trying to make something with neutron and ML2 plugin. Now I need to
> add my own external network type (as there are "Flat", "VLAN", "GRE" and
> so on). I searched for manuals for that but I can't found anything. Can
> someone of You explain me how I should do that? Is it enough to add own
> type_driver and mechanism_driver to ML2? Or I should do something else
> also?
Hi Sławek:

Can you explain more about what you’re looking to achieve here? I’m just curious how the existing TypeDrivers won’t cover your use case. ML2 was
designed to remove segmentation management from the MechanismDrivers
so they could all share segment types. Perhaps understanding what you’re trying to achieve would help better understand the approach to take here.

Thanks,
Kyle

> Thanks in advance
> --
> Sławek Kapłoński
> sla...@kaplonski.pl
>
> _______________________________________________
> Mailing list:
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to     : openst...@lists.openstack.org
> Unsubscribe :
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

--
Pozdrawiam
Sławek Kapłoński
sla...@kaplonski.pl

_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to