c9d4698409
Currently the metering agent is using the old import method, use stevedore instead. DocImpact Two places in the networking guide should change to 'driver = iptables' from current format. Partial-Bug: #1504536 Change-Id: I1e6d196a3ada8fbfc2b70d6a983984d8db09bbd0
7 lines
270 B
YAML
7 lines
270 B
YAML
---
|
|
features:
|
|
- The metering agent driver can now be specified with a stevedore
|
|
alias in the ``metering_agent.ini`` file. For example,
|
|
``driver = iptables`` instead of
|
|
``driver = neutron.services.metering.iptables.iptables_driver:IptablesMeteringDriver``.
|