diff options
author | xg353y <xg353y@intl.att.com> | 2017-11-09 16:52:37 +0100 |
---|---|---|
committer | xg353y <xg353y@intl.att.com> | 2017-11-09 16:52:37 +0100 |
commit | e0a5c40af5c32450a52347de83dc3d78c692c1ef (patch) | |
tree | b710255a9b70653acaabbebe88bec1199bb1b88c /src/main/resources/clds | |
parent | f391c6ca9ee635c25f57f217e3280cb25e42ac9f (diff) |
Fix Properties CL UI issue
Fix the issue in Properties CL window, where the first service doesn't
show the corresponding vf settings
Change-Id: I59f1f5117f453f1cb385d4789288a5b8a690e7e9
Signed-off-by: xg353y <xg353y@intl.att.com>
Issue-ID: CLAMP-68
Diffstat (limited to 'src/main/resources/clds')
-rw-r--r-- | src/main/resources/clds/clds-policy-config.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/clds/clds-policy-config.properties b/src/main/resources/clds/clds-policy-config.properties index a2bc1faf..b812ffa7 100644 --- a/src/main/resources/clds/clds-policy-config.properties +++ b/src/main/resources/clds/clds-policy-config.properties @@ -21,8 +21,8 @@ # ECOMP is a trademark and service mark of AT&T Intellectual Property. ### # Configuration Settings for Policy Engine Components -PDP_URL1=https://vm1.policy.simpledemo.onap.org:8081/pdp/ , testpdp, alpha123 -PDP_URL2=https://vm1.policy.simpledemo.onap.org:8081/pdp/ , testpdp, alpha123 +PDP_URL1=http://vm1.policy.simpledemo.onap.org:8081/pdp/ , testpdp, alpha123 +PDP_URL2=http://vm1.policy.simpledemo.onap.org:8081/pdp/ , testpdp, alpha123 NOTIFICATION_TYPE=websocket NOTIFICATION_UEB_SERVERS=localhost NOTIFICATION_TOPIC= |