Disable SSL validation in gabbi tests

Disable SSL validation to prevent autoscaling tests
from failing with error
"certificate verify failed: unable to get local issuer certificate"

Set parameter "disable_ssl_certificate_validation" to True
which was introduced in 959fc69e492ed1d2297cce624c1efbf79e9f1b66

Signed-off-by: Yadnesh Kulkarni <ykulkarn@redhat.com>
Change-Id: Iaa61eebf0e652b60182f893bba009b30d4734f95
diff --git a/.zuul.yaml b/.zuul.yaml
index a73a48f..ecb9be2 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -37,6 +37,11 @@
         CEILOMETER_BACKEND: "gnocchi"
         CEILOMETER_PIPELINE_INTERVAL: 15
         USE_PYTHON3: False
+      devstack_local_conf:
+        test-config:
+          $TEMPEST_CONFIG:
+            telemetry:
+              disable_ssl_certificate_validation: True
       tempest_test_regex: telemetry_tempest_plugin
       tox_envlist: all
     branches:
@@ -85,6 +90,11 @@
         GNOCCHI_ARCHIVE_POLICY_TEMPEST: "ceilometer-high-rate"
         CEILOMETER_BACKEND: "gnocchi"
         CEILOMETER_PIPELINE_INTERVAL: 15
+      devstack_local_conf:
+        test-config:
+          $TEMPEST_CONFIG:
+            telemetry:
+              disable_ssl_certificate_validation: True
       tempest_test_regex: telemetry_tempest_plugin
       tox_envlist: all