None of the options here: https://github.com/openstack/searchlight/blob/master/searchlight/service.py#L30-L45
are in the generated oslo sample config file.
This is because they aren't included here:
https://github.com/openstack/searchlight/blob/master/searchlight/opts.py
This should add the following: ('service', service.OPTS),
Please note there is another bug that actually is somewhat related: https://bugs.launchpad.net/searchlight/+bug/1493975 The configuration between API service and Listener service is intermingled.
None of the options here: https:/ /github. com/openstack/ searchlight/ blob/master/ searchlight/ service. py#L30- L45
are in the generated oslo sample config file.
This is because they aren't included here:
https:/ /github. com/openstack/ searchlight/ blob/master/ searchlight/ opts.py
This should add the following: ('service', service.OPTS),
Please note there is another bug that actually is somewhat related: https:/ /bugs.launchpad .net/searchligh t/+bug/ 1493975 The configuration between API service and Listener service is intermingled.