From 5a478309e4fd0ce1219f213b5691a1a6266c8eed Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 18 Aug 2016 14:29:51 -0500 Subject: modfiied to support att pod. Also change the IMAGE_UUID to capture correct image. Change-Id: I24db2273b9a2ff4ad5fd93c597372e62af3526b9 Signed-off-by: Narinder Gupta --- ci/config_tpl/maas_tpl/maas-nodes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/config_tpl/maas_tpl/maas-nodes.yaml') diff --git a/ci/config_tpl/maas_tpl/maas-nodes.yaml b/ci/config_tpl/maas_tpl/maas-nodes.yaml index dc341851..e32dd7ca 100644 --- a/ci/config_tpl/maas_tpl/maas-nodes.yaml +++ b/ci/config_tpl/maas_tpl/maas-nodes.yaml @@ -21,7 +21,7 @@ type: ipmi user: {{ node.power.user }} {% elif node.power.type=='wakeonlan' %} - type: etherwake + type: ether_wake mac_address: {{ node.power.mac_address }} {% endif %} tags: {{ ' '.join(node.roles) }} -- cgit 1.2.3-korg