neutron/devstack/lib/l3_conntrack_helper
Harald Jensås 6c99bf1952 Add l3 conntrack helper to devstack plugin
This commit adds possibility to configure L3 conntrack_helper
service plugin and l3 extension with devstack plugin.

Related-Bug: #1823633
Change-Id: Ie96ff80f1c296c40ec2cd82c8d917a8bb262b12e
2019-09-16 12:23:35 +00:00

5 lines
158 B
Plaintext

function configure_l3_conntrack_helper {
neutron_service_plugin_class_add "conntrack_helper"
plugin_agent_add_l3_agent_extension "conntrack_helper"
}