38309ca4dc
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
8 lines
297 B
YAML
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``
|