Comment 0 for bug 1337334

Revision history for this message
Timur Nurlygayanov (tnurlygayanov) wrote : Need to remove Neutron RPC workers from config

We have extra parameter in Neutron config, in the result we will see error message from Neutron:

2014-07-03 11:31:22 ERROR
neutron.service [-] 'rpc_workers = 8' ignored because start_rpc_listener is not implemented.

the root of this issue in bad code of Neutron:
 https://github.com/openstack/neutron/blob/master/neutron/service.py#L139-149

we need to remove this parameter from configuration file.