Keith Robertson has uploaded a new change for review. Change subject: tools: Fix default port (BZ857128) ......................................................................
tools: Fix default port (BZ857128) Change-Id: I1be2e0c2af8f6c0f05144323686ab84801b2aa45 Signed-off-by: Keith Robertson <[email protected]> --- M src/engine-image-uploader.py M src/imageuploader.conf 2 files changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-image-uploader refs/changes/05/8005/1 diff --git a/src/engine-image-uploader.py b/src/engine-image-uploader.py index 4fd5eb1..5111c83 100644 --- a/src/engine-image-uploader.py +++ b/src/engine-image-uploader.py @@ -1329,8 +1329,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") export_group = OptionGroup(parser, _("Export Storage Domain Configuration"), diff --git a/src/imageuploader.conf b/src/imageuploader.conf index 2e800e0..3996ba2 100644 --- a/src/imageuploader.conf +++ b/src/imageuploader.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/8005 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1be2e0c2af8f6c0f05144323686ab84801b2aa45 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-image-uploader Gerrit-Branch: master Gerrit-Owner: Keith Robertson <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
