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``.