diff options
author | Jim Hahn <jrh3@att.com> | 2020-08-28 15:44:11 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-08-28 15:47:07 -0400 |
commit | 1c5cb8a0d740ccd92d2b3fdce8eb192cd20b147f (patch) | |
tree | 5b714401a8e35848f85a56bfa64ff47efca260a0 /controlloop/common/feature-controlloop-utils/src/assembly | |
parent | c75e28d1c1221c37ea4fd1feed9d38c75334f4db (diff) |
Tweaks to drools-apps for new usecases controller
Made the following updates:
- modified feature-controlloop-utils to pull from the usecases
controller instead of the frankfurt controller
- modified ONAPInstance in the xacml-pdp Decision request
- log Step2 property changes as info() instead of error()
- log Lock acquisition as info() instead of warn()
Issue-ID: POLICY-2748
Change-Id: I6b4b5877bbd6731acb761d09d0f0dec85561b163
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'controlloop/common/feature-controlloop-utils/src/assembly')
-rw-r--r-- | controlloop/common/feature-controlloop-utils/src/assembly/assemble_zip.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/controlloop/common/feature-controlloop-utils/src/assembly/assemble_zip.xml b/controlloop/common/feature-controlloop-utils/src/assembly/assemble_zip.xml index 70421a3fa..465e11c42 100644 --- a/controlloop/common/feature-controlloop-utils/src/assembly/assemble_zip.xml +++ b/controlloop/common/feature-controlloop-utils/src/assembly/assemble_zip.xml @@ -59,12 +59,12 @@ <excludes/> </fileSet> <fileSet> - <directory>../controller-frankfurt/src/test/resources/config</directory> + <directory>../controller-usecases/src/test/resources/config</directory> <outputDirectory>config</outputDirectory> <fileMode>0644</fileMode> <excludes/> <includes> - <include>frankfurt-http-client.properties</include> + <include>usecases-http-client.properties</include> </includes> </fileSet> <fileSet> |