Feature 11037 Change default NBI port 86/14386/2
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 22 May 2024 16:51:48 +0000 (18:51 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 22 May 2024 21:47:47 +0000 (23:47 +0200)
Change-Id: I6061cef2ca869eb8286cd03522e3508e327517dd
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
osmclient/sol005/client.py

index fadd377..fe72850 100644 (file)
@@ -48,7 +48,7 @@ class Client(object):
     def __init__(
         self,
         host=None,
-        so_port=9999,
+        so_port=443,
         user="admin",
         password="admin",
         project="admin",