e644b9fdce
We moved "bind_host", "bind_port", "auth_strategy", and "api_handler" into the api_settings section in the configuration file. These settings have now reached the end of their deprecation cycle and are being removed. Change-Id: I323a7bdceae5a8d0e3025800beaf1d0a13c12ef8
24 lines
751 B
YAML
24 lines
751 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The following configuration settings have reached the end of their
|
|
deprecation period and are now removed from the [default] section of
|
|
the configuration. These will only be available in the [api_settings]
|
|
section going forward.
|
|
|
|
* [DEFAULT] bind_host
|
|
* [DEFAULT] bind_port
|
|
* [DEFAULT] auth_strategy
|
|
* [DEFAULT] api_handler
|
|
deprecations:
|
|
- |
|
|
The following configuration settings have reached the end of their
|
|
deprecation period and are now removed from the [default] section of
|
|
the configuration. These will only be available in the [api_settings]
|
|
section going forward.
|
|
|
|
* [DEFAULT] bind_host
|
|
* [DEFAULT] bind_port
|
|
* [DEFAULT] auth_strategy
|
|
* [DEFAULT] api_handler
|