Keith Robertson has uploaded a new change for review.

Change subject: tools: Fix default port (BZ857128)
......................................................................

tools: Fix default port (BZ857128)

Change-Id: Ice63ed76f3c5166ed5586ad8984709d7ff77e62c
Signed-off-by: Keith Robertson <krobe...@redhat.com>
---
M src/rhev/engine-log-collector.8
M src/rhev/logcollector.conf
M src/rhev/logcollector.py
3 files changed, 5 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-log-collector 
refs/changes/06/8006/1

diff --git a/src/rhev/engine-log-collector.8 b/src/rhev/engine-log-collector.8
index 8e6789d..c6800b5 100644
--- a/src/rhev/engine-log-collector.8
+++ b/src/rhev/engine-log-collector.8
@@ -95,7 +95,7 @@
 
 .IP "\fB\-r engine.example.com, \-\-engine=engine.example.com\fP"
 
-Hostname or IP address of the oVirt Engine (default=localhost:8443).\&
+Hostname or IP address of the oVirt Engine (default=localhost:443).\&
 
 .IP "\fB\-c CLUSTER, \-\-cluster=CLUSTER\fP"
 
@@ -263,7 +263,7 @@
 
 .br
 
-engine=myengine.example.com:8443
+engine=myengine.example.com:443
 
 .br
 
diff --git a/src/rhev/logcollector.conf b/src/rhev/logcollector.conf
index 8764672..05fff46 100644
--- a/src/rhev/logcollector.conf
+++ b/src/rhev/logcollector.conf
@@ -7,7 +7,7 @@
 # password to use with the REST API
 #passwd=PASSWORD
 ## hostname or IP address of the oVirt Engine
-#engine=localhost:8443
+#engine=localhost:443
 ## collect all the logs from oVirt Engine and all the hypervisors
 #all=false
 ## collect all the logs from oVirt Engine and all the RHEV-H(s) in a cluster
diff --git a/src/rhev/logcollector.py b/src/rhev/logcollector.py
index a6a141b..e35e1f4 100644
--- a/src/rhev/logcollector.py
+++ b/src/rhev/logcollector.py
@@ -893,8 +893,8 @@
                            help=SUPPRESS_HELP)
 
     engine_group.add_option("-r", "--engine", dest="engine", 
metavar="engine.example.com",
-            help="hostname or IP address of the oVirt Engine 
(default=localhost:8443)",
-            default="localhost:8443")
+            help="hostname or IP address of the oVirt Engine 
(default=localhost:443)",
+            default="localhost:443")
 
     engine_group.add_option("-c", "--cluster", dest="cluster",
             help="pattern, or comma separated list of patterns to filter the 
host list by cluster name (default=None)",


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ice63ed76f3c5166ed5586ad8984709d7ff77e62c
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-log-collector
Gerrit-Branch: master
Gerrit-Owner: Keith Robertson <krobe...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to