| commit | f5b188e14053b2246be507a23d9eef5ff7e42123 | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Wed May 22 18:51:48 2024 +0200 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Wed May 22 23:47:47 2024 +0200 |
| tree | 577bc5a8ac2893b1b695793097ed8139e545e23c | |
| parent | 933b0ab9033b1144db57948bf8517ce7b5303421 [diff] |
Feature 11037 Change default NBI port Change-Id: I6061cef2ca869eb8286cd03522e3508e327517dd Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/osmclient/sol005/client.py b/osmclient/sol005/client.py index fadd377..fe72850 100644 --- a/osmclient/sol005/client.py +++ b/osmclient/sol005/client.py
@@ -48,7 +48,7 @@ def __init__( self, host=None, - so_port=9999, + so_port=443, user="admin", password="admin", project="admin",