a1aa15282e
Allow the cloud admin to control the security groups on the management port of Trove instance, a new config option `management_security_groups` is introduced for that purpose. Change-Id: I4b22b87d37792be700d4ec7f78a7ea479ddb5814 Story: 2006466 Task: 36395
11 lines
517 B
YAML
11 lines
517 B
YAML
---
|
|
features:
|
|
- The cloud admin is able to apply a security group to management port(with
|
|
purpose of communicating with control plane and other management tasks) of
|
|
the Trove instance, by setting the ``management_security_groups`` config
|
|
option. The cloud admin is responsible for managing the security group
|
|
rules. The security group and its rules need to be created before deploying
|
|
Trove.
|
|
upgrade:
|
|
- The management security group won't affect the Trove instances created
|
|
before upgrade. |