64d7a7f307
This patch modifies iRMC driver to use certification file when it connects to iRMC via HTTPS Depends-On: https://review.opendev.org/c/openstack/ironic/+/852250 Change-Id: If69ce1cf2789d9d60fb8e544596cf7d29eab514d Co-authored-by: Kobayashi Daisuke <kobayashi.da-06@fujitsu.com> Co-authored-by: Song Shukun <song.shukun@jp.fujitsu.com> Story: 2009801 Task: 44345
11 lines
367 B
YAML
11 lines
367 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds driver_info/irmc_verify_ca option to specify certification file.
|
|
Default value of driver_info/irmc_verify_ca is True.
|
|
security:
|
|
- |
|
|
Modifies the ``irmc`` hardware type to include a capability to control
|
|
enforcement of HTTPS certificate verification. By default this is enforced.
|
|
python-scciclient >= 0.12.0 is required.
|