popping this into neutron.conf will affect outages for conf changes in additional services I'd rather not impacted.
NEUTRON_CONF: { <snip> 'services': ['neutron-l3-agent', 'neutron-dhcp-agent', 'neutron-metadata-agent', 'neutron-plugin-openvswitch-agent', 'neutron-plugin-metering-agent', 'neutron-metering-agent', 'neutron-lbaas-agent', 'neutron-vpn-agent']
I'd rather keep it in one conf and update the service init, or put it in the two specific conf files and limit the number of services restarted by config file refresh.
popping this into neutron.conf will affect outages for conf changes in additional services I'd rather not impacted.
NEUTRON_CONF: { l3-agent' ,
'neutron- dhcp-agent' ,
'neutron- metadata- agent',
'neutron- plugin- openvswitch- agent',
'neutron- plugin- metering- agent',
'neutron- metering- agent',
'neutron- lbaas-agent' ,
'neutron- vpn-agent' ]
<snip>
'services': ['neutron-
I'd rather keep it in one conf and update the service init, or put it in the two specific conf files and limit the number of services restarted by config file refresh.