summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorRiccardo Pittau <elfosardo@gmail.com>2019-01-30 10:53:05 +0100
committerRiccardo Pittau <elfosardo@gmail.com>2019-01-31 08:14:30 +0100
commit972747671cd8897c422d881a37e8e04d1246c76d (patch)
treea03ec879889a7a90a632fa3faa1550e66815880b /devstack
parent10bf5d5c2afcac7315d7106dac0576d50f26c989 (diff)
downloadironic-972747671cd8897c422d881a37e8e04d1246c76d.tar.gz
Removing deprecated drac_host property
Removes deprecated ``driver_info["drac_host"]`` property for ``idrac`` hardware type. Change-Id: I851f3a231246552a59e8c122c090489459220c74
Diffstat (limited to 'devstack')
-rw-r--r--devstack/lib/ironic2
1 files changed, 1 insertions, 1 deletions
diff --git a/devstack/lib/ironic b/devstack/lib/ironic
index 6182e3011..e10ef7e71 100644
--- a/devstack/lib/ironic
+++ b/devstack/lib/ironic
@@ -1945,7 +1945,7 @@ function enroll_nodes {
node_options+=" --driver-info ilo_deploy_iso=$IRONIC_DEPLOY_ISO_ID"
fi
elif is_deployed_by_drac; then
- node_options+=" --driver-info drac_host=$bmc_address \
+ node_options+=" --driver-info drac_address=$bmc_address \
--driver-info drac_password=$bmc_passwd \
--driver-info drac_username=$bmc_username"
elif is_deployed_by_redfish; then