bb1ca2e87c
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
16 lines
259 B
Django/Jinja
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
|