diff options
author | Dan Radez <dradez@redhat.com> | 2016-02-13 14:42:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-02-13 14:42:51 +0000 |
commit | deb9994b6b9bd6f52729824cb70dc8d322d70d16 (patch) | |
tree | 12bc37057cf31af6d08d70a3366efffcaefddd26 /ci | |
parent | cb6984cdc31ee941ad34e670100c1e7d2968f66a (diff) | |
parent | 652104ebd6c0d0baba22ffc6486512ade19c043d (diff) |
Merge "Support power management type changes"
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/deploy.sh | 2 |
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})\" ], |