Mirror image config - disabled ens4 interface
Change-Id: I2a4b41bf654bbcf114356582c19a4dcbbf744530
diff --git a/mirror-image/config/interfaces b/mirror-image/config/interfaces
index 533a0bb..8d17f47 100644
--- a/mirror-image/config/interfaces
+++ b/mirror-image/config/interfaces
@@ -12,7 +12,7 @@
iface ens3 inet static
address $APTLY_DEPLOY_IP
netmask $APTLY_DEPLOY_NETMASK
-auto ens4
-iface ens4 inet static
- address $APTLY_CONTROL_IP
- netmask $APTLY_CONTROL_NETMASK
\ No newline at end of file
+#auto ens4
+#iface ens4 inet static
+# address $APTLY_CONTROL_IP
+# netmask $APTLY_CONTROL_NETMASK
\ No newline at end of file