| Summary: | [REST-API] Update power management agent type via CLI failed | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Artyom <alukiano> |
| Component: | ovirt-engine-restapi | Assignee: | Ravi Nori <rnori> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Tareq Alayan <talayan> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.3.0 | CC: | acathrow, bazulay, iheim, oramraz, pstehlik, Rhev-m-bugs, sherold, yeylon |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | 3.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | infra | ||
| Fixed In Version: | is22 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 1032811 | ||
|
Description
Artyom
2013-09-09 10:38:32 UTC
assigned back. tested on rhevm-cli-3.3.0.8-1.el6ev.noarch rhevm-3.3.0-0.30.beta1.el6ev.noarch update host rose01 --power_management-agents-agent "agent.type=ipmilan, agent.user_name=qa,agent.order=1,agent.concurrent=false,agent.address=10.10.10.10,agent.password=111,agent.user_name=qa2,agent.order=2,agent.concurrent=false,agent.address=11.11.11.11,agent.password=222" --power_management-enabled true error: " agent.user_name=qa" is invalid segment at option "--power_management-agents-agent". Please replace agent.user_name with agent.username I was able to successfully update host using command update host host1 --power_management-agents-agent "agent.type=ipmilan,agent.username=qa,agent.order=1,agent.concurrent=false,agent.address=10.10.10.10,agent.password=111,agent.username=qa2,agent.order=2,agent.concurrent=false,agent.address=11.11.11.11,agent.password=222" --power_management-enabled true Submitting patch to fix option name in rsdl verified on rhevm-sdk-python-3.3.0.19-1.el6ev.noarch Closing - RHEV 3.3 Released Closing - RHEV 3.3 Released |