MySQL TLS support
PROD-14216
Change-Id: I46cb98d8ada7e0521e9adaabb080d8ce939c2f77
diff --git a/tests/pillar/netapp.sls b/tests/pillar/netapp.sls
index 1508d22..1f72880 100644
--- a/tests/pillar/netapp.sls
+++ b/tests/pillar/netapp.sls
@@ -17,6 +17,13 @@
user: cinder
password: pwd
region: regionOne
+ database:
+ engine: mysql
+ host: 127.0.0.1
+ port: 3306
+ name: cinder
+ user: cinder
+ password: pwd
backend:
netapp:
engine: netapp
@@ -39,6 +46,13 @@
volume:
enabled: true
version: mitaka
+ 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