Fix heat template for E/// lab

 - ipmitool has been switched to lanplus interface

MOSSUST-111

Change-Id: If722972f495728ec6cf5111a0496e57fd9f8e996
diff --git a/tcp_tests/templates/shared-maas.yaml b/tcp_tests/templates/shared-maas.yaml
index 2066f4f..02778ea 100644
--- a/tcp_tests/templates/shared-maas.yaml
+++ b/tcp_tests/templates/shared-maas.yaml
@@ -6,10 +6,10 @@
 - description: Reboot hardware computes and set to PXE boot. It needs for clean deployment
   cmd: |
     {%- for device in ipmi_devices %}
-      ipmitool -H {{ device }} -U {{ ipmi_user }} -P {{ ipmi_password }} chassis power off
+      ipmitool -H {{ device }} -U {{ ipmi_user }} -P {{ ipmi_password }} -I lanplus chassis power off
     {%- endfor %}
     {%- for device in ipmi_devices %}
-      ipmitool -H {{ device }} -U {{ ipmi_user }} -P {{ ipmi_password }} chassis bootdev pxe
+      ipmitool -H {{ device }} -U {{ ipmi_user }} -P {{ ipmi_password }} -I lanplus chassis bootdev pxe
     {%- endfor %}
   node_name: {{ HOSTNAME_CFG01 }}
   retry: {count: 1, delay: 5}