neutron/releasenotes/notes/deprecate-implicit-service-providers-loading-703f984b90351bf0.yaml
Ihar Hrachyshka 49d1def762 Deprecate implicit loading of service_providers from neutron_*.conf
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
2016-07-25 19:58:50 +00:00

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.