openstack-ansible-os_ironic/releasenotes/notes/no_ironic_ssh_keypairs-b666bcdd67ca179b.yaml
Dmitriy Rabotyagov fb50e99438 Stop generating ssh keypair for ironic user
There is no obvious need to have an SSH keypairs for ironic user
I was not able to find any proof in the project installation guide that
such keypairs were ever needed. Thus, such functionality is removed.

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/896017
Change-Id: I493d5f5aa0a915e7bc9fb7dbcd2673749c0b95d3
2023-10-14 08:50:18 +00:00

7 lines
185 B
YAML

---
deprecations:
- |
Generation of SSH keypairs for Ironic users has been deprecated
and removed.
A variable ``ironic_recreate_keys`` has been removed and has no effect.