MySQL TLS support

PROD-14216

Change-Id: I46cb98d8ada7e0521e9adaabb080d8ce939c2f77
diff --git a/tests/pillar/nfs.sls b/tests/pillar/nfs.sls
index c53e486..9cec3cb 100644
--- a/tests/pillar/nfs.sls
+++ b/tests/pillar/nfs.sls
@@ -18,6 +18,13 @@
       user: cinder
       password: pwd
       region: regionOne
+    database:
+      engine: mysql
+      host: 127.0.0.1
+      port: 3306
+      name: cinder
+      user: cinder
+      password: pwd
     backend:
       nfs-driver:
         engine: nfs
@@ -31,6 +38,13 @@
     enabled: true
     version: liberty
     default_volume_type: nfs-driver
+    database:
+      engine: mysql
+      host: 127.0.0.1
+      port: 3306
+      name: cinder
+      user: cinder
+      password: pwd
     message_queue:
       engine: rabbitmq
       host: 127.0.0.1