From 652104ebd6c0d0baba22ffc6486512ade19c043d Mon Sep 17 00:00:00 2001 From: Michael Chapman Date: Fri, 12 Feb 2016 14:48:41 +1100 Subject: Support power management type changes JIRA: APEX-95 pm_type is already in the sample instackenv.json but wasn't previously being read. Change-Id: Ia82c5010481d77d142d4fa3ca6e738558e8e9e4e --- ci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/deploy.sh b/ci/deploy.sh index 39f76c03..3663ff0a 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -316,7 +316,7 @@ parse_inventory_file() { node_output=" { \"pm_password\": \"$(eval echo \${${node}ipmi_pass})\", - \"pm_type\": \"pxe_ipmitool\", + \"pm_type\": \"$(eval echo \${${node}pm_type})\", \"mac\": [ \"$(eval echo \${${node}mac_address})\" ], -- cgit 1.2.3-korg