diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2020-01-08 14:58:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-01-08 14:58:44 +0000 |
commit | cb61daf5cd7fc31facde951780e62807a82775ef (patch) | |
tree | 210dc9036d0af61057ea889553de6d2239429dd9 /adapters/mso-ve-vnfm-adapter/src/main/resources/application.yaml | |
parent | 19e0d69fbb8a3517184833f22d662d06868e1c5e (diff) | |
parent | 926a3480d8965cdaada7d9e02bcbb8367e555672 (diff) |
Merge "Added the Ve-Vnfm (SOL002) Adapter project"
Diffstat (limited to 'adapters/mso-ve-vnfm-adapter/src/main/resources/application.yaml')
-rw-r--r-- | adapters/mso-ve-vnfm-adapter/src/main/resources/application.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/adapters/mso-ve-vnfm-adapter/src/main/resources/application.yaml b/adapters/mso-ve-vnfm-adapter/src/main/resources/application.yaml new file mode 100644 index 0000000000..30b3955821 --- /dev/null +++ b/adapters/mso-ve-vnfm-adapter/src/main/resources/application.yaml @@ -0,0 +1,23 @@ +# +# Copyright © 2019 Samsung. +# 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. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +notification: + url: /lcm/v1/vnf/instances/notifications + +spring: + http: + converters: + preferred-json-mapper: gson |