Michael Pasternak has uploaded a new change for review.

Change subject: cli: enable --port option
......................................................................

cli: enable --port option

Change-Id: I19cd224deb7d1d080a7422d4193531eda79804eb
Signed-off-by: Michael Pasternak <mpast...@redhat.com>
---
M src/ovirtcli/options.py
1 file changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/52/8052/1

diff --git a/src/ovirtcli/options.py b/src/ovirtcli/options.py
index dd5070c..2541987 100644
--- a/src/ovirtcli/options.py
+++ b/src/ovirtcli/options.py
@@ -44,8 +44,7 @@
                         action='store_true')
         self.add_option('-F', '--filter', help='enables user permission based 
filtering',
                         action='store_true')
-        #disabled due to bug in httplib
-        #self.add_option('-P', '--port', help='specify port')
+        self.add_option('-P', '--port', help='specify port')
         self.add_option('-T', '--timeout', help='specify timeout')
         self.add_option('-c', '--connect', action='store_true',
                         help='automatically connect')


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I19cd224deb7d1d080a7422d4193531eda79804eb
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-cli
Gerrit-Branch: master
Gerrit-Owner: Michael Pasternak <mpast...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to