VOL-1759 ONU stays in ACTIVATING state

- Since the adapter registers itself to the core as brcm_openomci_onu
the name parameter should be set as the same since it is used as
the kafka listenning topic. Otherwise it subscribes to openonu
topic and can not receive any message from core.
- fixed the file name of the template

Change-Id: I344dc6c25bd5255ab5910de9bb3ab3b7289f6305
diff --git a/voltha-adapter-openonu/Chart.yaml b/voltha-adapter-openonu/Chart.yaml
index d372a21..bdb4089 100644
--- a/voltha-adapter-openonu/Chart.yaml
+++ b/voltha-adapter-openonu/Chart.yaml
@@ -17,5 +17,5 @@
 description: A Helm chart for Voltha OpenONU Adapter
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 2.0.2
+version: 2.0.3
 appVersion: 2.0.0
diff --git a/voltha-adapter-openonu/templates/adapters-openolt.yaml b/voltha-adapter-openonu/templates/adapters-openonu.yaml
similarity index 97%
rename from voltha-adapter-openonu/templates/adapters-openolt.yaml
rename to voltha-adapter-openonu/templates/adapters-openonu.yaml
index 9447d90..4ccd9c5 100644
--- a/voltha-adapter-openonu/templates/adapters-openolt.yaml
+++ b/voltha-adapter-openonu/templates/adapters-openonu.yaml
@@ -45,5 +45,6 @@
             - "--kafka_adapter={{ .Values.services.kafka.adapter.service }}:{{ .Values.services.kafka.adapter.port }}"
             - "--kafka_cluster={{ .Values.services.kafka.cluster.service }}:{{ .Values.services.kafka.cluster.port }}"
             - "--core_topic=rwcore"
+            - "--name=brcm_openomci_onu"
             - "--backend=etcd"
             - "--etcd={{ .Values.services.etcd.service }}:{{ .Values.services.etcd.port }}"