5c5328ccaa
This change enables IPA to receive API endpoints and configuration via multicast DNS. Story: #2005393 Task: #30382 Change-Id: Ibbf07052bea8f5c0305dda098b2879bcbc2fece5
13 lines
465 B
YAML
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.
|