KR> @@ -325,7 +325,8 @@
KR> conn.request("POST", "/cimom", body, headers)
KR> resp = conn.getresponse()
KR> if not resp.getheader("content-length"):
KR> - raise Exception("Authentication (or request) Failed!")
KR> + raise Exception("Request Failed: %d %s" %
KR> + (resp.status, resp.reason))
This hunk fails for me.
Good job hunting this one down :)
--
Dan Smith
IBM Linux Technology Center
Open Hypervisor Team
email: danms(a)us.ibm.com