diff options
author | Michael Chapman <woppin@gmail.com> | 2016-02-12 14:48:41 +1100 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-02-13 14:43:32 +0000 |
commit | e0da983af0f1867d54f1a70845a85693d3c04ab8 (patch) | |
tree | a2535b3fadfdae17a766514ef0e2f59b01637f64 /ci/deploy.sh | |
parent | a22f3f2b3bede26173e19198a77153e63fafd23f (diff) |
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
(cherry picked from commit 652104ebd6c0d0baba22ffc6486512ade19c043d)
Diffstat (limited to 'ci/deploy.sh')
-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})\" ], |