diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-09-28 15:26:42 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-09-28 15:26:42 +0200 |
commit | f01d3e8377fa4e5a9c1b129fe446575d132f91c2 (patch) | |
tree | 09488815428e2dd592528a4f3fa890e4a4cc01ac /src/main/resources/application-noaaf.properties | |
parent | 909be39ba9b573b9b77e9b3543fa6ffa7bd63cbb (diff) |
Remove legacy operational Policy
As it has been removed from policy engine, legacy operational policy code must be removed as well
Issue-ID: CLAMP-948
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I0767d3da6d227d788e957a0fd50c4548b7c6290c
Diffstat (limited to 'src/main/resources/application-noaaf.properties')
-rw-r--r-- | src/main/resources/application-noaaf.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/application-noaaf.properties b/src/main/resources/application-noaaf.properties index fba41348b..423c73e93 100644 --- a/src/main/resources/application-noaaf.properties +++ b/src/main/resources/application-noaaf.properties @@ -68,7 +68,7 @@ clamp.config.keyFile=classpath:/clds/aaf/org.onap.clamp.keyfile server.servlet.context-path=/ #Modified engine-rest applicationpath -spring.profiles.active=clamp-default,clamp-default-user,clamp-sdc-controller,clamp-ssl-config,clamp-policy-controller,legacy-operational-policy,default-dictionary-elements +spring.profiles.active=clamp-default,clamp-default-user,clamp-sdc-controller,clamp-ssl-config,clamp-policy-controller,default-dictionary-elements spring.http.converters.preferred-json-mapper=gson #The max number of active threads in this pool |