diff options
author | fpaquett <francis.paquette@amdocs.com> | 2018-12-12 08:15:38 -0500 |
---|---|---|
committer | Francis Paquette <francis.paquette@amdocs.com> | 2018-12-14 07:40:11 -0500 |
commit | d89597a79b75aa6624fe4ff939e13a21d8b99a03 (patch) | |
tree | 6e8adb84aebc55c8b1ebca52dadf6adbd7d7aadd /sparkybe-onap-application | |
parent | 53d13ff36532723582f55febce79de2282e46cde (diff) |
Fix sync update flow
Issue-ID: AAI-1999
Change-Id: Id10b657236aff9ee1009ff0e1627a894e3881a87
Signed-off-by: fpaquett <francis.paquette@amdocs.com>
Diffstat (limited to 'sparkybe-onap-application')
-rw-r--r-- | sparkybe-onap-application/config/application-resources.properties | 2 | ||||
-rw-r--r-- | sparkybe-onap-application/config/schemas/es_mappings.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sparkybe-onap-application/config/application-resources.properties b/sparkybe-onap-application/config/application-resources.properties index e33cc4f..91906a3 100644 --- a/sparkybe-onap-application/config/application-resources.properties +++ b/sparkybe-onap-application/config/application-resources.properties @@ -8,4 +8,4 @@ resources.client-cert-password=1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 resources.trust-store=tomcat_keystore resources.maxSelfLinkTraversalDepth=2 resources.domain=aai -resources.delimitedShallowEntities=cloud-region,complex,vnf-image,image,flavor,availability-zone,tenant,network-profile,l-interface
\ No newline at end of file +resources.delimitedShallowEntities=cloud-region,complex,vnf-image,image,flavor,availability-zone,tenant,network-profile,l-interface diff --git a/sparkybe-onap-application/config/schemas/es_mappings.json b/sparkybe-onap-application/config/schemas/es_mappings.json index 216e3d9..7eb25d0 100644 --- a/sparkybe-onap-application/config/schemas/es_mappings.json +++ b/sparkybe-onap-application/config/schemas/es_mappings.json @@ -16,7 +16,7 @@ "type": "string", "analyzer": "ngram_analyzer" }, - "crossEntityReferenceValues": { + "crossReferenceEntityValues": { "type": "string", "analyzer": "ngram_analyzer" }, |