summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorMichael Chapman <woppin@gmail.com>2016-02-12 14:48:41 +1100
committerMichael Chapman <woppin@gmail.com>2016-02-13 03:03:36 +1100
commit652104ebd6c0d0baba22ffc6486512ade19c043d (patch)
treea265a9ca6b2d50d407533980b39b82f5cd712730 /ci
parent27f4ec0535389014505de87039215ac2f9ac7277 (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
Diffstat (limited to 'ci')
-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})\"
],