summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-02-13 14:42:50 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-02-13 14:42:51 +0000
commitdeb9994b6b9bd6f52729824cb70dc8d322d70d16 (patch)
tree12bc37057cf31af6d08d70a3366efffcaefddd26 /ci/deploy.sh
parentcb6984cdc31ee941ad34e670100c1e7d2968f66a (diff)
parent652104ebd6c0d0baba22ffc6486512ade19c043d (diff)
Merge "Support power management type changes"
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh2
1 files changed, 1 insertions, 1 deletions
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})\"
],