Bug 782734 - [ovirt] [engine-cli] unable to add host
Summary: [ovirt] [engine-cli] unable to add host
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: oVirt
Classification: Retired
Component: ovirt-engine-cli
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Michael Pasternak
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-01-18 10:03 UTC by Haim
Modified: 2014-01-13 00:50 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-12-17 07:49:23 UTC
oVirt Team: ---


Attachments (Terms of Use)

Description Haim 2012-01-18 10:03:56 UTC
Description of problem:

- trying to add new host with no success:

[oVirt-shell:connected]# create host --name "myHost" --address "10.16.144.166" --rootPassword "password"
unknown error: 
status: 400
reason: Bad Request
detail: Host [address, rootPassword] required for add

[oVirt-shell:connected]# create host --name "myHost" --address "10.16.144.166" --password "password"
unknown error: 
status: 400
reason: Bad Request
detail: Host [address, rootPassword] required for add

[oVirt-shell:connected]# create host --name "myHost" "10.16.144.166" "password"    
error: syntax error

Comment 1 Michael Pasternak 2012-01-19 11:04:43 UTC
create host --name "" --address "" --root_password ""

Comment 2 Haim 2012-01-22 15:46:10 UTC
verified on ovirt-engine-sdk-1.2-1.fc16.x86_64


Note You need to log in before you can comment on or make changes to this bug.