diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-10-22 12:29:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-22 12:29:29 +0000 |
commit | 29e7c3ff9310ade6c7e4c04b6f09e1c000d1ef78 (patch) | |
tree | 326d19f7d79f868ee1a74659049e0e66977a5db5 /kubernetes/sdnc/resources/config/conf/aaiclient.properties | |
parent | 6ccf7a1881e2402cbd469e300c72dff27951a2e4 (diff) | |
parent | e0e8ca7e4141de59e1e2a8f7918103c85db6d8f4 (diff) |
Merge "[SDNC] change comment style"
Diffstat (limited to 'kubernetes/sdnc/resources/config/conf/aaiclient.properties')
-rwxr-xr-x | kubernetes/sdnc/resources/config/conf/aaiclient.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kubernetes/sdnc/resources/config/conf/aaiclient.properties b/kubernetes/sdnc/resources/config/conf/aaiclient.properties index 5d4473c978..7021990da0 100755 --- a/kubernetes/sdnc/resources/config/conf/aaiclient.properties +++ b/kubernetes/sdnc/resources/config/conf/aaiclient.properties @@ -1,3 +1,4 @@ +{{/* ### # ============LICENSE_START======================================================= # openECOMP : SDN-C @@ -17,6 +18,7 @@ # limitations under the License. # ============LICENSE_END========================================================= ### +*/}} # # Configuration file for A&AI Client @@ -78,4 +80,4 @@ org.onap.ccsdk.sli.adaptors.aai.path.vnf.image.query=/aai/v13/service-design-and org.onap.ccsdk.sli.adaptors.aai.param.format=filter=%s:%s org.onap.ccsdk.sli.adaptors.aai.param.vnf_type=vnf-type org.onap.ccsdk.sli.adaptors.aai.param.physical.location.id=physical-location-id -org.onap.ccsdk.sli.adaptors.aai.param.service.type=service-type
\ No newline at end of file +org.onap.ccsdk.sli.adaptors.aai.param.service.type=service-type |