diff options
author | Dan Timoney <dtimoney@att.com> | 2017-08-23 19:09:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-23 19:09:39 +0000 |
commit | ae4ae2ec2b88107db964b0470dbd118ebf686cb5 (patch) | |
tree | 073db6f42ff0bec90da769678f0a886261335d13 /restapi-call-node/provider/src/main/resources/northbound-api-template.xml | |
parent | 3785e7ac4f5bd4c3bae2b066fddc640209f86e1d (diff) | |
parent | 9042880234791fbe2e0ef033091ba93cb7f088f5 (diff) |
Merge "Conform ccsdk/sli/plugins to ONAP Style"
Diffstat (limited to 'restapi-call-node/provider/src/main/resources/northbound-api-template.xml')
-rw-r--r-- | restapi-call-node/provider/src/main/resources/northbound-api-template.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/restapi-call-node/provider/src/main/resources/northbound-api-template.xml b/restapi-call-node/provider/src/main/resources/northbound-api-template.xml index 5c2b9ad9a..aea0625c1 100644 --- a/restapi-call-node/provider/src/main/resources/northbound-api-template.xml +++ b/restapi-call-node/provider/src/main/resources/northbound-api-template.xml @@ -37,7 +37,7 @@ <service-type>${service-topology-operation-input.service-information.service-type}</service-type> <subscriber-global-id>${service-topology-operation-input.service-information.subscriber-global-id}</subscriber-global-id> <subscriber-name>${service-topology-operation-input.service-information.subscriber-name}</subscriber-name> - </service-information> + </service-information> ${'northbound-anyData} </${northbound-Container}> </input> |