The neutron_taas.services.taas.agents.ovs.taas_ovs_agent Module

class neutron_taas.services.taas.agents.ovs.taas_ovs_agent.TaasOvsAgentRpcCallback(conf, driver_type)

Bases: neutron_taas.services.taas.agents.taas_agent_api.TaasAgentRpcCallbackMixin

consume_api(agent_api)
create_tap_flow(context, tap_flow_msg, host)
create_tap_service(context, tap_service, host)

Handle Rpc from plugin to create a firewall.

delete_tap_flow(context, tap_flow_msg, host)
delete_tap_service(context, tap_service, host)
initialize()
periodic_tasks()
class neutron_taas.services.taas.agents.ovs.taas_ovs_agent.TaasOvsAgentService(driver)

Bases: oslo_service.service.Service

start()
class neutron_taas.services.taas.agents.ovs.taas_ovs_agent.TaasOvsPluginApi(topic, host)

Bases: neutron_taas.services.taas.agents.taas_agent_api.TaasPluginApiMixin