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