49d1def762
This feature is redundant, since it duplicates oslo.config functionality. If neutron-server needs to load the configuration option from multiple files, it should be achieved by passing multiple --config-dir/--config-file CLI arguments, not by relying on implicit loading for files with names matching the neutron_*.conf pattern. The plan is to stop implicit loading in Ocata. More details: http://lists.openstack.org/pipermail/openstack-dev/2016-May/096033.html Related-Bug: #1492069 Related-Bug: #1599936 Change-Id: I743e181532d285303c8d5c2a73f4fd674626b478
8 lines
349 B
YAML
8 lines
349 B
YAML
---
|
|
deprecations:
|
|
- Neutron controller service currently allows to load ``service_providers``
|
|
options from some files that are not passed to it via --config-dir or
|
|
--config-dir CLI options. This behaviour is now deprecated and will be
|
|
disabled in Ocata. Current users are advised to switch to aforementioned
|
|
CLI options.
|