openstack-ansible-os_trove/releasenotes/notes/rpc-encryption-b75fb0d08579a7dd.yaml
Kyle L. Henderson b948402c76 Add RPC encryption key support
In the Ocata release, trove added support for encrypting the rpc
communication between the guest instances and the control plane.
These settings allow the user to specify installation specific
keys versus using the default keys.

Change-Id: Ie42d754d58e983a15b553ad8a399813c9a700344
2017-03-31 13:41:06 -05:00

8 lines
326 B
YAML

---
features:
- In the Ocata release, Trove added support for encrypting the rpc
communication between the guest DBaaS instances and the control plane.
The default values for ``trove_taskmanager_rpc_encr_key`` and
``trove_inst_rpc_key_encr_key`` should be overridden to specify
installation specific values.