Inline... On Wed, Feb 18, 2015 at 7:48 PM, Vikram Choudhary <[email protected]> wrote: > Hi, > > You can write your own driver. You can refer to below links for getting some > idea about the architecture. > > https://wiki.openstack.org/wiki/Neutron/ServiceTypeFramework
This is a legacy construct and should not be used. > https://wiki.openstack.org/wiki/Neutron/LBaaS/Agent > The above pointer is to a LBaaS Agent which is very different from a FWaaS driver (which was the original question in the email). FWaaS does use pluggable drivers and the default is configured here: https://github.com/openstack/neutron-fwaas/blob/master/etc/fwaas_driver.ini For example for FWaaS driver implementation you can check here: https://github.com/openstack/neutron-fwaas/tree/master/neutron_fwaas/services/firewall/drivers > Thanks > Vikram > > -----Original Message----- > From: Sławek Kapłoński [mailto: ] > Sent: 19 February 2015 02:33 > To: [email protected] > Subject: [openstack-dev] [Neutron] FWaaS - question about drivers > > Hello, > > I'm looking to use FWaaS service plugin with my own router solution (I'm not > using L3 agent at all). If I want to use FWaaS plugin also, should I write > own driver to it, or should I write own service plugin? > I will be grateful for any links to some description about this FWaaS and > it's architecture :) Thx a lot for any help > > > -- > Best regards > Sławek Kapłoński > [email protected] > > __________________________________________________________________________ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: [email protected]?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > __________________________________________________________________________ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: [email protected]?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
