Add oslo.log options to generated ovn vpn agent config
All agent config files in the neutron built-in services, generated by oslo-config-generator, have oslo.log options so that users can find log options they want to override in individual agents easily. Following that standard, this adds the oslo.log options to the VPN OVN agent config file generated by oslo-config-generator. Change-Id: I44bebc157ef9899e7176ce58720ba838830a4cba
This commit is contained in:
parent
0b0aafa062
commit
309f4a0f7a
@ -3,3 +3,4 @@ output_file = etc/ovn_vpn_agent.ini.sample
|
||||
wrap_width = 79
|
||||
|
||||
namespace = neutron.vpnaas.ovn_agent
|
||||
namespace = oslo.log
|
||||
|
Loading…
Reference in New Issue
Block a user