diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-08-26 18:47:58 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-08-26 18:47:58 +0300 |
commit | 19285ff7994acf8b6da41f1879f6c15c1aa0edc9 (patch) | |
tree | 826823ceb4020d2ee79badbac70e531c4ce47e2f /epsdk-app-onap | |
parent | 5f20df6d207a9936d5140ddb7b7000fa8c3b521d (diff) |
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 <ittay.stern@att.com>
Diffstat (limited to 'epsdk-app-onap')
-rwxr-xr-x | epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties | 3 |
1 files changed, 3 insertions, 0 deletions
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 |