mooli tayer has posted comments on this change.

Change subject: vdsm-tool: Add args to remove_saslpasswd
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.ovirt.org/#/c/29116/1/lib/vdsm/tool/passwd.py
File lib/vdsm/tool/passwd.py:

Line 59:     Remove vdsm password for libvirt connection
Line 60:     """
Line 61: 
Line 62:     if args[1:]:
Line 63:         raise ExtraArgsError()
> This patch introduced it to other commands:
Yes I saw
I'm asking about:
 if len(args) != 1 (that you used everywhere I could see)
Versus:
 if args[1:]:
Line 64: 
Line 65:     rc, out, err = utils.execCmd(
Line 66:         (
Line 67:             constants.EXT_SASLPASSWD2,


-- 
To view, visit http://gerrit.ovirt.org/29116
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Id20a6a1ce8c54d4e757171edb31b22e6ceceb287
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dima Kuznetsov <dkuzn...@redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Dima Kuznetsov <dkuzn...@redhat.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybron...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: mooli tayer <mta...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to