seveas / python-hpilo

Accessing the HP iLO XML interface from python

Home Page:https://seveas.github.io/python-hpilo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ilo2 failure Syntax error: Line #0: syntax error near ">" in the line

johanwinter1 opened this issue · comments

import hpilo

ilo = hpilo.Ilo('test01l', 'Administrator', 'password')
csr_req = {
"country": "NL",
"state": "Test state",
"locality": "Test local",
"organization": "COMPANY.",
"organizational_unit": "ORG",
"common_name": "test01-ilo"
}
ilo.certificate_signing_request(**csr_req)
Traceback (most recent call last):
File "<pyshell#10>", line 1, in
ilo.certificate_signing_request(**csr_req)

hpilo.IloError: Syntax error: Line #0: syntax error near ">" in the line: "". You may have tried to use a feature this iLO version or firmware version does not support.

ilo.certificate_signing_request() runs without errors

can you help me out.

Thank you