diff --git a/roles/network_plugin/macvlan/templates/centos-network-macvlan.cfg.j2 b/roles/network_plugin/macvlan/templates/centos-network-macvlan.cfg.j2
index 6bef22c84fda56f1cb548948c1907e339b28eabe..e7bad788e6a9c149e274e789ca38c6b491bad948 100644
--- a/roles/network_plugin/macvlan/templates/centos-network-macvlan.cfg.j2
+++ b/roles/network_plugin/macvlan/templates/centos-network-macvlan.cfg.j2
@@ -5,7 +5,7 @@ BOOTPROTO=none
 ONBOOT=yes
 NM_CONTROLLED=no
 
-MACVLAN_PARENT=eth2
+MACVLAN_PARENT={{ macvlan_interface }}
 MACVLAN_MODE=bridge
 
 IPADDR={{ node_pod_cidr|ipaddr('net')|ipaddr(1)|ipaddr('address') }}