Merge lp:~andreserl/maas/maas_ipmi_lan2_stabilization into lp:maas/1.2

Proposed by Andres Rodriguez
Status: Merged
Approved by: Andres Rodriguez
Approved revision: no longer in the source branch.
Merged at revision: 1341
Proposed branch: lp:~andreserl/maas/maas_ipmi_lan2_stabilization
Merge into: lp:maas/1.2
Diff against target: 13 lines (+2/-2)
1 file modified
src/provisioningserver/power/templates/ipmi.template (+2/-2)
To merge this branch: bzr merge lp:~andreserl/maas/maas_ipmi_lan2_stabilization
Reviewer Review Type Date Requested Status
Raphaël Badin (community) Approve
Review via email: mp+140935@code.launchpad.net

Commit message

Enforce IPMI 2.0 authentication (LP: #1086162)

To post a comment you must log in.
Revision history for this message
Raphaël Badin (rvb) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/provisioningserver/power/templates/ipmi.template'
--- src/provisioningserver/power/templates/ipmi.template 2012-10-06 16:23:49 +0000
+++ src/provisioningserver/power/templates/ipmi.template 2012-12-20 16:16:25 +0000
@@ -42,9 +42,9 @@
42issue_ipmi_command() {42issue_ipmi_command() {
43 # See https://launchpad.net/bugs/1053391 for details of this workaround43 # See https://launchpad.net/bugs/1053391 for details of this workaround
44 echo workaround |\44 echo workaround |\
45 ${ipmi_chassis_config} -h ${power_address} -u ${power_user} -p ${power_pass} --commit --filename ${config}45 ${ipmi_chassis_config} --driver-type=LAN_2_0 -h ${power_address} -u ${power_user} -p ${power_pass} --commit --filename ${config}
46 echo workaround |\46 echo workaround |\
47 ${ipmipower} -h ${power_address} -u ${power_user} -p ${power_pass} "$@"47 ${ipmipower} --driver-type=LAN_2_0 -h ${power_address} -u ${power_user} -p ${power_pass} "$@"
48}48}
4949
5050

Subscribers

People subscribed via source and target branches

to status/vote changes: