[Update]Implement X.509 auth for MySQL and Aodh
* Fixed requirement
* Some cosmetic change
* Kitchen pillars updated
Change-Id: I86db107abd8df40529d0097db0d1fed46b4d5605
Related-PROD: PROD-22742
diff --git a/README.rst b/README.rst
index 3a69669..c0816e5 100644
--- a/README.rst
+++ b/README.rst
@@ -99,6 +99,29 @@
ossyslog:
enabled: true
+Enable x509 and ssl communication between Aodh and Galera cluster.
+---------------------
+By default communication between Aodh and Galera is unsecure.
+
+aodh:
+ server:
+ database:
+ x509:
+ enabled: True
+
+You able to set custom certificates in pillar:
+
+aodh:
+ server:
+ database:
+ x509:
+ cacert: (certificate content)
+ cert: (certificate content)
+ key: (certificate content)
+
+You can read more about it here:
+ https://docs.openstack.org/security-guide/databases/database-access-control.html
+
Development and testing
=======================