0d4ae976c2
Allows nodes with a single IP stack to be deployed from a dual-stack Ironic. Detecting advertised address and usable Ironic URLs are done completely independently which does open some space for a misconfiguration. I hope it's not likely in the reality, especially since this feature is targetting advanced standalone users. Change-Id: Ifa506c58caebe00b37167d329b81c166cdb323f2 Closes-Bug: #2045548
9 lines
347 B
YAML
9 lines
347 B
YAML
---
|
|
features:
|
|
- |
|
|
Supports several comma-separated URLs for ``ipa-api-url`` and
|
|
``ipa-inspection-callback-url``. The URLs are probed in the provided
|
|
order until one does not return a connection error. The primary use case
|
|
it to support deploying nodes with only one IP stack from an Ironic
|
|
installation that has both stacks.
|