Add Designate integration

This patch adds Designate support

Change-Id: Ic8391196c0d7eefc6f0ff7b6cc6106d499284e22
Related-PROD: PROD-14689
diff --git a/.kitchen.yml b/.kitchen.yml
index 2481b6c..da050d9 100644
--- a/.kitchen.yml
+++ b/.kitchen.yml
@@ -158,4 +158,9 @@
       pillars-from-files:
         neutron.sls: tests/pillar/gateway_legacy_fwaas_v1.sls
 
+  - name: control_dns
+    provisioner:
+      pillars-from-files:
+        neutron.sls: tests/pillar/control_dns.sls
+
 # vim: ft=yaml sw=2 ts=2 sts=2 tw=125