openstack-ansible-os_ironic/releasenotes/notes/no_ironic_ssh_keypairs-b666bcdd67ca179b.yaml
Dmitriy Rabotyagov 1e3ee87339 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/+/905321
Change-Id: I493d5f5aa0a915e7bc9fb7dbcd2673749c0b95d3
(cherry picked from commit fb50e99438b5676dcafa289aa1b1a1539909481e)
2024-01-12 15:35:44 +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.