diff options
author | HOCKLA <ah999m@att.com> | 2019-03-25 12:38:25 -0500 |
---|---|---|
committer | HOCKLA <ah999m@att.com> | 2019-03-26 09:22:00 -0500 |
commit | f2b8028cc05cce994c855a8574d4d89e5a27be62 (patch) | |
tree | 23e7ad6cd69ea79ffaad2de996928867aed3756a /packages | |
parent | 97ce3b94390c10a1af43ed5614ca976095c0097d (diff) |
Added changes to save original model file
When a user imports a model, save the original model file
Issue-ID: POLICY-1423
Change-Id: Ic7ccf2cc91ce466d7aac644cf566e35577888217
Signed-off-by: HOCKLA <ah999m@att.com>
Diffstat (limited to 'packages')
-rw-r--r-- | packages/base/src/files/install/servers/pdp/bin/xacml.pdp.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/base/src/files/install/servers/pdp/bin/xacml.pdp.properties b/packages/base/src/files/install/servers/pdp/bin/xacml.pdp.properties index 315fb4d67..8835fe45d 100644 --- a/packages/base/src/files/install/servers/pdp/bin/xacml.pdp.properties +++ b/packages/base/src/files/install/servers/pdp/bin/xacml.pdp.properties @@ -2,7 +2,7 @@ # ============LICENSE_START======================================================= # ONAP Policy Engine # ================================================================================ -# Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2017-2019 AT&T Intellectual Property. 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. @@ -164,3 +164,5 @@ gui_url=https://${{AAF_HOST}}:8095/AAF_NS.gui.2.1 # Decision Response settings. # can be either PERMIT or DENY. decision.indeterminate.response=${{DECISION_INDETERMINATE_RESPONSE}} + +msToscaModel.home=${{REST_PDP_WEBAPPS}}
\ No newline at end of file |