puppet-designate/releasenotes/notes/deprecate_host_port_api_option-981d1234e56f2d98.yaml
ZhongShengping 9da7cb373d Deprecate host and port options
The "api_host" and "api_port" options from group "service:api" have been deprecated
in favor of the listen option setting.

Change-Id: I1011e890adeb36e6908af7c183f74161d442a777
2016-11-29 09:41:54 +08:00

8 lines
230 B
YAML

---
features:
- Add "listen" option from group "service:api".
deprecations:
- The "api_host" and "api_port" options from group "service:api" are
deprecated, please use "listen" option from group "service:api"
instead.