2015-12-07 19:23:43 |
Travis Tripp |
description |
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. |
Running the config generator as described in the dev env setup [0]
instructions does not include all the options for the service.
This adds those options.
[0] http://docs.openstack.org/developer/searchlight/dev-environment.html
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. |
|