cloud-init support
diff --git a/ubuntu-14.04/template.json b/ubuntu-14.04/template.json
index 57952fc..a918047 100644
--- a/ubuntu-14.04/template.json
+++ b/ubuntu-14.04/template.json
@@ -47,6 +47,11 @@
 	  ]
 	}
       }
+    },
+    {
+      "type": "file",
+      "source": "configs/cloud/cloud.cfg.d/99_tcp.cfg",
+      "destination": "/etc/cloud/cloud.cfg.d/99_tcp.cfg"
     }
   ],
   "post-processors": [