From 7f81185a70e9f7ac5c0e0be27ec6d79cfefe8cdb Mon Sep 17 00:00:00 2001 From: Max Belov Date: Fri, 2 Feb 2018 09:30:10 +0300 Subject: [PATCH 1/2] Use proxy network by default --- apsconnectcli/apsconnect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apsconnectcli/apsconnect.py b/apsconnectcli/apsconnect.py index 8754fb9..c09a193 100644 --- a/apsconnectcli/apsconnect.py +++ b/apsconnectcli/apsconnect.py @@ -297,7 +297,7 @@ def install_backend(self, name, image, config_file, hostname, healthcheck_path=N print("[Success]") def install_frontend(self, source, oauth_key, oauth_secret, backend_url, settings_file=None, - network='public', hub_id=None): + network='proxy', hub_id=None): """ Install connector-frontend in Odin Automation Hub, --source can be http(s):// or filepath""" From 597d3598fd31a6835ba64e1babdcac3afceeba9d Mon Sep 17 00:00:00 2001 From: Max Belov Date: Fri, 2 Feb 2018 09:31:18 +0300 Subject: [PATCH 2/2] Bump version --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index aef0457..88d70b4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.22 \ No newline at end of file +1.7.23 \ No newline at end of file