openstack-ansible-os_neutron/templates/metering_agent.ini.j2
James Denton bb1ca2e87c Update metering agent to use interface_driver alias
Currently the metering agent is using the old import method,
use stevedore instead.

https://review.openstack.org/#/c/419881/ merged long ago.

Change-Id: I4e5b8734f00cfa98cb60a70cc85b6c8924d9b718
2021-11-17 03:09:01 +00:00

16 lines
259 B
Django/Jinja

# {{ ansible_managed }}
# General
[DEFAULT]
debug = {{ debug }}
# Drivers
driver = {{ neutron_driver_metering }}
interface_driver = {{ neutron_plugins[neutron_plugin_type].driver_interface }}
# Intervals
measure_interval = 30
[AGENT]
report_interval = 30