diff options
author | romaingimbert <romain.gimbert@orange.com> | 2019-10-22 14:12:53 +0200 |
---|---|---|
committer | Matthieu Geerebaert <matthieu.geerebaert@orange.com> | 2019-10-23 08:52:43 +0000 |
commit | 8b5d91de742dc324274e2b3afe50bafd062864c2 (patch) | |
tree | 17d35f83991c74e0f18b602445f120e872dcfa66 /src/main/resources/application-test.properties | |
parent | 784caaab0f643aecede5b2d8e5f435d896c8ec17 (diff) |
NBI to SO: new Header params
- add header productFamilyId X-ONAP-PartnerName
-b remove other headers
Issue-ID: EXTAPI-342
Signed-off-by: romaingimbert <romain.gimbert@orange.com>
Change-Id: I152cc025f628fb3ee3307e057eb630690bc7d39e
Diffstat (limited to 'src/main/resources/application-test.properties')
-rw-r--r-- | src/main/resources/application-test.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/application-test.properties b/src/main/resources/application-test.properties index 8511a3b..1ab93e3 100644 --- a/src/main/resources/application-test.properties +++ b/src/main/resources/application-test.properties @@ -61,6 +61,7 @@ so.api.id = SO so.owning.entity.id = 6b5b6b70-4e9a-4f6f-8b7b-cbd7cf990c6e so.owning.entity.name = OE-generic so.project.name = Project-generic +so.onap.partner.name = NBI # DMAAP dmaap.host = http://127.0.0.1:8091 |