bifrost/releasenotes/notes/os_ironic_node_info-49a608c3453cf18d.yaml
Dmitry Tantsur 6cf3c7beb6 os_ironic_node_info: fix TLS and potentially other issues
The current implementation does not respect ca_cert and potentially
other parameters that are commonly used in OpenStack modules.
This change makes it use the existing utilities from the collection.

Change-Id: I865142d1679bbc9459a460e0d7351e5c6158e5b8
2021-08-25 15:56:24 +02:00

7 lines
219 B
YAML

---
fixes:
- |
Fixes support for TLS ``ca_cert`` and other current authentication
parameters in the ``os_ironic_node_info`` module. The implementation uses
utilities from the OpenStack Ansible collection.