99bc420091
Remove deprecated use_namespaces option from neutron agent configuration files. This option applies to a period when some kernels did not support namespaces. However, all kernels support them now which makes it no longer relevant. Partially implements: blueprint master-kilofication Change-Id: Ia29ee24331a2dbd7e79cba51bdba93dda1cfd4a9
13 lines
221 B
Django/Jinja
13 lines
221 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
[DEFAULT]
|
|
verbose = {{ verbose }}
|
|
debug = {{ debug }}
|
|
|
|
driver = {{ neutron_driver_metering }}
|
|
interface_driver = {{ neutron_driver_interface }}
|
|
measure_interval = 30
|
|
|
|
[AGENT]
|
|
report_interval = 30
|