Bug 818520 - rhevm-config: when running rhevm-manage-domains if you put -interactive after the -user command will fail to run
Summary: rhevm-config: when running rhevm-manage-domains if you put -interactive afte...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine-config
Version: 3.1.0
Hardware: x86_64
OS: Linux
high
high
Target Milestone: ---
: ---
Assignee: Oved Ourfali
QA Contact: Ortal
URL:
Whiteboard: infra
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-05-03 09:06 UTC by Dafna Ron
Modified: 2016-02-10 19:14 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-06-10 08:44:10 UTC
oVirt Team: Infra
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Dafna Ron 2012-05-03 09:06:30 UTC
Description of problem:

user before interactive: 

[root@dafna-web-admin yum.repos.d]# rhevm-manage-domains -action=add -domain=qa.lab.tlv.redhat.com -provider=ActiveDirectory -user=XXXXX -intaractive
Argument [passwordFile, interactive] is required.


putting the interactive before user:

[root@dafna-web-admin yum.repos.d]# rhevm-manage-domains -action=add -domain=qa.lab.tlv.redhat.com -provider=ActiveDirectory -interactive -user=XXXXX 
Enter password:


Version-Release number of selected component (if applicable):

si3
rhevm-config-3.1.0_0001-9.el6ev.x86_64

How reproducible:

100%

Steps to Reproduce:
1. try to add a domain when -interactive will be after -user
2.
3.
  
Actual results:

command will fail. 

Expected results:

we should not fail

Additional info:

[root@dafna-web-admin yum.repos.d]# rhevm-manage-domains -action=add -domain=qa.lab.tlv.redhat.com -provider=ActiveDirectory -user=vdcadmin -intaractive
Argument [passwordFile, interactive] is required.
[root@dafna-web-admin yum.repos.d]# rhevm-manage-domains -action=add -domain=qa.lab.tlv.redhat.com -provider=ActiveDirectory -user=vdcadmin -intaractive
Argument [passwordFile, interactive] is required.
[root@dafna-web-admin yum.repos.d]# rhevm-manage-domains -action=add -domain=qa.lab.tlv.redhat.com -provider=ActiveDirectory -interactive -user=vdcadmin 
Enter password:


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