diff options
author | a.sreekumar <ajith.sreekumar@bell.ca> | 2020-09-17 12:02:19 +0100 |
---|---|---|
committer | a.sreekumar <ajith.sreekumar@bell.ca> | 2020-09-17 14:38:33 +0100 |
commit | 9833876720ff14517ee78bda557e6021df723800 (patch) | |
tree | f377fa67a4da7056fdd38d0fa1ffeaf6c67dd0a6 /examples/examples-onap-bbs/src/main | |
parent | 1fa517c8b4babb231e448021e58c5d57f96b574c (diff) |
Cleanup related to removal of legacy format support in APEX
This review basically just removes all "policyModelFileName" occurences
which are not used anymore.
Change-Id: Ibac8ec776dd989a5d677ff27a99eb7a36110773f
Issue-ID: POLICY-2835
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
Diffstat (limited to 'examples/examples-onap-bbs/src/main')
-rw-r--r-- | examples/examples-onap-bbs/src/main/resources/examples/config/ONAPBBS/NomadicONTPolicyModel_config.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/examples-onap-bbs/src/main/resources/examples/config/ONAPBBS/NomadicONTPolicyModel_config.json b/examples/examples-onap-bbs/src/main/resources/examples/config/ONAPBBS/NomadicONTPolicyModel_config.json index f38bb8cd2..1c84dc59e 100644 --- a/examples/examples-onap-bbs/src/main/resources/examples/config/ONAPBBS/NomadicONTPolicyModel_config.json +++ b/examples/examples-onap-bbs/src/main/resources/examples/config/ONAPBBS/NomadicONTPolicyModel_config.json @@ -5,7 +5,6 @@ "id": 101, "instanceCount": 4, "deploymentPort": 12345, - "policyModelFileName": "/home/apexuser/examples/models/ONAPBBS/NomadicONTPolicyModel.json", "engineParameters": { "executorParameters": { "MVEL": { |