From cf1da5867fe72ceab69f85a592afb69effe4330f Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Mon, 9 Jun 2025 16:13:57 +0000 Subject: [PATCH] Update information in release notes file For MR: https://review.opendev.org/c/openstack/openstack-ansible-os_trove/+/951590 Change-Id: I14fae301c3093262671094e79323b7bef8abc450 --- .../notes/trove_ssh_guestagent-c9e0e81358d9280e.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/releasenotes/notes/trove_ssh_guestagent-c9e0e81358d9280e.yaml b/releasenotes/notes/trove_ssh_guestagent-c9e0e81358d9280e.yaml index dd246d2..23d2744 100644 --- a/releasenotes/notes/trove_ssh_guestagent-c9e0e81358d9280e.yaml +++ b/releasenotes/notes/trove_ssh_guestagent-c9e0e81358d9280e.yaml @@ -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``.