From: Ittay Stern Date: Mon, 26 Aug 2019 15:47:58 +0000 (+0300) Subject: Change out-of-the-box config to work on dev's environment X-Git-Tag: 5.0.1~15 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=19285ff7994acf8b6da41f1879f6c15c1aa0edc9;p=vid.git Change out-of-the-box config to work on dev's environment Add missing scheduler local configs. Change-Id: I4d6a9d2c8deeb53b797a81ca101268740fcda6c3 Issue-ID: VID-564 Signed-off-by: Ittay Stern --- diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties index 4d54d8eb5..a11007f4b 100755 --- a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties @@ -147,6 +147,9 @@ vid.truststore.passwd.x=OBF:1dx01j0e1hs01t981mis1dws156s1ojc1qjc1zsx1pw31qob1qr7 mso.dme2.client.timeout=30000 mso.dme2.client.read.timeout=120000 +scheduler.user.name=test1 +scheduler.password=test2 + scheduler.create.new.vnf.change.instance=/v1/ChangeManagement/schedules/ scheduler.get.time.slots=/v1/ChangeManagement/schedules/ scheduler.server.url=http://localhost:1080/scheduler