Comment 5 for bug 1738123

Revision history for this message
Drew Freiberger (afreiberger) wrote :

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.