updated to allow bare metal provisioning to work better with virtual machines on a single laptop

Change-Id: I82b6f6bac105e1be7380d147774f284fe6d2352a
diff --git a/roles/compute-node/files/rename_ifaces.sh b/roles/compute-node/files/rename_ifaces.sh
index be8cb72..be08ba5 100755
--- a/roles/compute-node/files/rename_ifaces.sh
+++ b/roles/compute-node/files/rename_ifaces.sh
@@ -52,7 +52,7 @@
         i40e)
             RESULT="I40G"
             ;;
-        igb)
+        igb|e1000)
             RESULT="ETH"
             ;;
         *) ;;