Change the service name of MSB register annotation 27/43327/1
authorLiZi <li.zi30@zte.com.cn>
Tue, 17 Apr 2018 12:00:39 +0000 (08:00 -0400)
committerLiZi <li.zi30@zte.com.cn>
Tue, 17 Apr 2018 12:00:47 +0000 (08:00 -0400)
The service name of vfc-workflow and vfc-workflow-engine are both "workflow" in MSB register annotations. Actually they are two different service.

Change-Id: I45bb3a131431bb4893c0dc992cdb008c1045cf84
Issue-ID: OOM-949
Signed-off-by: LiZi <li.zi30@zte.com.cn>
kubernetes/vfc/charts/vfc-workflow-engine/templates/service.yaml

index 392cb13..4a4ae0e 100644 (file)
@@ -25,7 +25,7 @@ metadata:
   annotations:
     msb.onap.org/service-info: '[
       {
-          "serviceName": "workflow",
+          "serviceName": "workflow-engine",
           "version": "v1",
           "url": "/activiti-rest",
           "protocol": "REST",