CORD-313 add a forgotten dependency

Change-Id: I776fa13930803270a47b213eb8e295b299b8c6e1
diff --git a/config-generator/Dockerfile b/config-generator/Dockerfile
index d60f34f..bd38703 100644
--- a/config-generator/Dockerfile
+++ b/config-generator/Dockerfile
@@ -31,10 +31,7 @@
 RUN go install gerrit.opencord.org/maas/config-generator
 
 # copy templates to the image
-COPY hosts.tpl /go/
-COPY links.tpl /go/
-COPY ports.tpl /go/
-COPY devices.tpl /go/
+COPY netconfig.tpl /go/
 
 EXPOSE 1337
 
diff --git a/config-generator/Godeps/Godeps.json b/config-generator/Godeps/Godeps.json
index 60cb2b4..4127d45 100644
--- a/config-generator/Godeps/Godeps.json
+++ b/config-generator/Godeps/Godeps.json
@@ -17,7 +17,11 @@
 			"ImportPath": "github.com/kelseyhightower/envconfig",
 			"Comment": "1.1.0-17-g91921eb",
 			"Rev": "91921eb4cf999321cdbeebdba5a03555800d493b"
-		}
+		},
+                {
+                        "ImportPath": "github.com/Sirupsen/logrus",
+                        "Rev": "f3cfb454f4c209e6668c95216c4744b8fddb2356"
+                }
 	]
 }