dc13609435
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
)
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``
|