neutron/releasenotes/notes/metering-iptables-driver-load-interface-driver-ca397f1db40ec643.yaml
Hongbin Lu dc13609435 Update metering driver to load interface driver
Currently the metering iptables driver is using the old method
to load the interface driver. This patch allows it to load
interface driver via stevedore aliases.

Change-Id: I9e3027c1ec695ec3a09db0c53a0388e406e4ced6
Related-Bug: #1504536
(cherry-picked from commit 38309ca4dc)
2018-08-20 19:26:53 +08:00

8 lines
297 B
YAML

---
other:
- |
The metering agent iptables driver can now load its interface driver by
using a stevedore alias in the ``metering_agent.ini`` file. For example,
``interface_driver = openvswitch`` instead of
``interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver``