designate/releasenotes/notes/api-mdns-multiple-bind-c78853de46ee587d.yaml
Kiall Mac Innes 82fcd5438e Support multiple API and mDNS listen address pairs
Change-Id: Ic672e0f693b8f63abb729b560753cc75fb3c7094
Closes-Bug: 1536304
2016-05-04 14:33:56 +01:00

16 lines
659 B
YAML

---
features:
- designate-mdns, designate-agent and designate-api can now bind to multiple
host:port pairs via the new "listen" configuration arguments for eacg
service.
deprecations:
- designate-api's api_host and api_port configuration options have been
deprecated, please use the new combined "listen" argument in place of
these.
- designate-mdns's host and port configuration options have been
deprecated, please use the new combined "listen" argument in place of
these.
- designate-agents's host and port configuration options have been
deprecated, please use the new combined "listen" argument in place of
these.