4dfde43b25
Change-Id: I932157f80f58d17ce66df60fde31bb812f74d05f
9 lines
431 B
YAML
9 lines
431 B
YAML
---
|
|
fixes:
|
|
- A ``[conductor]/api_url`` value specified in the configuration file that
|
|
does not start with either ``https://`` or ``http://`` is no longer
|
|
allowed. An incorrect value led to deployment failure on
|
|
ironic-python-agent side. This misconfiguration will now be detected during
|
|
ironic-conductor and ironic-api startup. An exception will be raised and an
|
|
error about the invalid value will be logged.
|