Keith Robertson has uploaded a new change for review.

Change subject: Fix default port (BZ857480)
......................................................................

Fix default port (BZ857480)

Change-Id: Idab93219597d8199ffb79a0c7c664c6369c0416a
Signed-off-by: Keith Robertson <krobe...@redhat.com>
---
M src/engine-iso-uploader.8
M src/engine-iso-uploader.py
M src/isouploader.conf
3 files changed, 5 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-iso-uploader 
refs/changes/07/8007/1

diff --git a/src/engine-iso-uploader.8 b/src/engine-iso-uploader.8
index dd6bf08..fe6b9bd 100644
--- a/src/engine-iso-uploader.8
+++ b/src/engine-iso-uploader.8
@@ -37,7 +37,7 @@
 .IP "\fB\-u u...@engine.example.com, \-\-user=u...@engine.example.com\fP"
 Sets the user name to use with the REST API. This should be in UPN format.\&
 .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).\&
 .SH "ISO STORAGE DOMAIN CONFIGURATION OPTIONS"
 The options in the upload configuration group let you specify the ISO storage 
domain to which files should be uploaded.\&
 .IP "\fB\-i ISODOMAIN, \-\-iso\-domain=ISODOMAIN\fP"
@@ -111,7 +111,7 @@
 .br
 ## hostname or IP address of the oVirt Engine\&
 .br
-engine=myengine.example.com:8443\&
+engine=myengine.example.com:443\&
 .SH "RETURN VALUES"
 .IP "\fB0\fP"
 The program ran to completion with no errors.\&
diff --git a/src/engine-iso-uploader.py b/src/engine-iso-uploader.py
index 09be097..3588f84 100644
--- a/src/engine-iso-uploader.py
+++ b/src/engine-iso-uploader.py
@@ -902,8 +902,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")
 
     iso_group = OptionGroup(parser,
                               _("ISO Storage Domain Configuration"),
diff --git a/src/isouploader.conf b/src/isouploader.conf
index 3c75370..2adaed0 100644
--- a/src/isouploader.conf
+++ b/src/isouploader.conf
@@ -7,7 +7,7 @@
 # the oVirt Engine REST API password.
 #passwd=PASSWORD
 ## hostname or IP address of the oVirt Engine
-#engine=localhost:8443
+#engine=localhost:443
 
 
 #


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idab93219597d8199ffb79a0c7c664c6369c0416a
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-iso-uploader
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