neutron/releasenotes/notes/metering-iptables-driver-load-interface-driver-ca397f1db40ec643.yaml
Hongbin Lu 75b86f8790 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 38309ca4dc79e033a7b8384f4e9f1224c5a69524)
2018-08-24 11:11:07 +00: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``