Add config drive to all servers

Needed to have ability to set ips in clouds where
force config drive is not enabled

* vsrx doesnt need this.

Related-Prod: PRODX-3456
Change-Id: Ia87facbe9a46ed522bf238228e79b34e0f7363f0
diff --git a/de/heat-templates/fragments/SrvInstancesVM.yaml b/de/heat-templates/fragments/SrvInstancesVM.yaml
index 902d516..253b1da 100644
--- a/de/heat-templates/fragments/SrvInstancesVM.yaml
+++ b/de/heat-templates/fragments/SrvInstancesVM.yaml
@@ -120,6 +120,7 @@
   server:
     type: OS::Nova::Server
     properties:
+      config_drive: true
       image: { get_param: image }
       flavor: { get_param: flavor }
       key_name: { get_param: key_name }