Fix driver startup in OOM
[vfc/nfvo/driver/vnfm/svnfm.git] / nokiav2 / deployment / src / main / resources / application.properties
index 299213d..85da61f 100644 (file)
@@ -37,6 +37,8 @@ vnfmId=5e65fe25-bdad-46dc-bba8-b7878fcee264
 ###############################################################################
 # The TCP port of the server
 server.port=8089
+# The port on which the service is visible from external systems
+externalPort=8089
 # the base path of the server
 server.context-path=
 # the IP address to which the erver binds to
@@ -52,7 +54,10 @@ skipCertificateVerification=true
 # the collection of trusted certificates for SSL on CBAM LCN, LCM and authorization interface
 # in PEM format encoded in BASE64 to a single line
 trustedCertificates=
-
+#skip LCN subscription from VNFM
+skipLcnSubscription=false
+#skip self registration in MSB
+skipSelfRegistration=false
 ###############################################################################
 # Configuration parameters for direct integration
 ###############################################################################