neutron/releasenotes/notes/metering-driver-stevedore-alias-2c4fdb0556205a3a.yaml
Jean-Philippe Evrard c9d4698409 Update metering agent to use stevedore alias for driver
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
2017-03-27 16:28:15 -04:00

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``.