ironic-python-agent/releasenotes/notes/mdns-e020484e64d76edb.yaml
Dmitry Tantsur 5c5328ccaa Supports fetching API endpoints from mDNS
This change enables IPA to receive API endpoints and configuration
via multicast DNS.

Story: #2005393
Task: #30382
Change-Id: Ibbf07052bea8f5c0305dda098b2879bcbc2fece5
2019-05-29 16:58:24 +02:00

13 lines
465 B
YAML

---
features:
- |
Supports fetching baremetal and baremetal introspection endpoints from
mDNS instead of providing them via kernel parameters or a configuration
file. See `story 2005393
<https://storyboard.openstack.org/#!/story/2005393>`_ for more details.
upgrade:
- |
When no baremetal API URL is provided (e.g. via the ``ipa-api-url`` kernel
parameter), ironic-python-agent now tries to get the URL using mDNS service
discovery.