octavia/releasenotes/notes/remove-deprecated-api-configs-3f5652f71610b05e.yaml
Michael Johnson e644b9fdce Remove deprecated API settings
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
2018-10-18 19:42:21 +00:00

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