X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=models-sim%2Fpolicy-models-sim-pdp%2Fsrc%2Fmain%2Fpackage%2Fdocker%2Fpdp-sim.sh;h=aaab6591eeda863d6aed7abf17f75dfe534b4d22;hb=a9bcee4146d6a0a5b4ced6fe25c8955edde945b0;hp=3eac29dedf0d8d836ae0dc56219faa237c0677e8;hpb=96924e42a3e7ec817b29b2de268b1d60205ea729;p=policy%2Fmodels.git diff --git a/models-sim/policy-models-sim-pdp/src/main/package/docker/pdp-sim.sh b/models-sim/policy-models-sim-pdp/src/main/package/docker/pdp-sim.sh index 3eac29ded..aaab6591e 100644 --- a/models-sim/policy-models-sim-pdp/src/main/package/docker/pdp-sim.sh +++ b/models-sim/policy-models-sim-pdp/src/main/package/docker/pdp-sim.sh @@ -2,6 +2,7 @@ # # ============LICENSE_START======================================================= # Copyright (C) 2019-2020 Nordix Foundation. +# Modifications copyright (C) 2020 Bell Canada. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -50,6 +51,5 @@ $JAVA_HOME/bin/java \ -Djavax.net.ssl.keyStorePassword="$KEYSTORE_PASSWD" \ -Djavax.net.ssl.trustStore="$TRUSTSTORE" \ -Djavax.net.ssl.trustStorePassword="$TRUSTSTORE_PASSWD" \ - -Dlogback.configurationFile=$PDP_SIM_HOME/etc/logback.xml \ org.onap.policy.models.sim.pdp.PdpSimulatorMain \ -c $CONFIG_FILE