diff options
author | Steve Smokowski <ss835w@att.com> | 2019-06-04 12:10:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-04 12:10:18 +0000 |
commit | 55e01c00592ee22d702b1c7c0692e34d85c5e028 (patch) | |
tree | a2623ee2159b8046c0f400b3277200f098277fd3 /bpmn | |
parent | d6d76e63c5eeaf1090efa4f28f5a8e3d6beb3781 (diff) | |
parent | b802b088c9a46ba34ae1cdfe7c70ba8a8a51cbb5 (diff) |
Merge "Add SO Turn off OpenStack heat stack audit" into dublin
Diffstat (limited to 'bpmn')
-rw-r--r-- | bpmn/mso-infrastructure-bpmn/src/main/resources/application.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bpmn/mso-infrastructure-bpmn/src/main/resources/application.yaml b/bpmn/mso-infrastructure-bpmn/src/main/resources/application.yaml index a91cb9d88d..e364981a66 100644 --- a/bpmn/mso-infrastructure-bpmn/src/main/resources/application.yaml +++ b/bpmn/mso-infrastructure-bpmn/src/main/resources/application.yaml @@ -4,7 +4,7 @@ server: max-threads: 50 mso: infra: - auditInventory: true + auditInventory: false spring: datasource: driver-class-name: org.mariadb.jdbc.Driver @@ -36,4 +36,4 @@ management: export: prometheus: enabled: true # Whether exporting of metrics to Prometheus is enabled. - step: 1m # Step size (i.e. reporting frequency) to use.
\ No newline at end of file + step: 1m # Step size (i.e. reporting frequency) to use. |