Update information in release notes file

For MR:
https://review.opendev.org/c/openstack/openstack-ansible-os_trove/+/951590

Change-Id: I14fae301c3093262671094e79323b7bef8abc450
This commit is contained in:
Ivan Anfimov
2025-06-09 16:13:57 +00:00
committed by Dmitriy Rabotyagov
parent 3035e25333
commit cf1da5867f

View File

@@ -1,8 +1,8 @@
---
features:
- |
Implemented SSH keypair generation for Trove Guest Agent. When
``trove_guest_ssh_enabled`` is set to True, role will perform SSH
keypair generation and upload to Nova. With that, a security group
will be created and added to the ``management_security_groups``
which will allow SSH traffic on dbaas network.
Added SSH keypair generation support to the Trove Guest Agent.
When ``trove_guest_ssh_enabled`` is set to ``True``, the role
generates an SSH keypair and uploads it to Nova. It also creates
a security group that permits SSH access on the DBaaS network and
appends it to ``management_security_groups``.