Added support X.509 auth between MySQL and Cinder
Related-PROD: PROD-22519
Change-Id: I8bd2cc6f6180e0e58a66c6c23ee49977173f9d7d
diff --git a/README.rst b/README.rst
index 78293f9..555ef91 100644
--- a/README.rst
+++ b/README.rst
@@ -762,8 +762,40 @@
ossyslog:
enabled: true
-**Documentation and bugs**
+Enable x509 and ssl communication between Cinder and Galera cluster.
+---------------------
+By default communication between Cinder and Galera is unsecure.
+You able to set custom certificates in pillar:
+controller:
+ database:
+ x509:
+ enabled: True
+
+volume:
+ database:
+ x509:
+ enabled: True
+
+cinder:
+ controller:
+ database:
+ x509:
+ cacert (certificate content)
+ cert (certificate content)
+ key (certificate content)
+ volume:
+ 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
+
+**Documentation and bugs**
+======================
* http://salt-formulas.readthedocs.io/
Learn how to install and update salt-formulas