VOLT-1623 Add routing for meter API to affinity router
Change-Id: I3254f0bda5cf1ca19ad18c1a794d4c69387c7317
diff --git a/voltha/Chart.yaml b/voltha/Chart.yaml
index 73f5707..8982087 100644
--- a/voltha/Chart.yaml
+++ b/voltha/Chart.yaml
@@ -17,5 +17,5 @@
description: A Helm chart for Voltha based on K8S resources in Voltha project
icon: https://guide.opencord.org/logos/cord.svg
-version: 2.0.12
+version: 2.0.13
appVersion: 2.0.0
diff --git a/voltha/templates/afrouter-config.yaml b/voltha/templates/afrouter-config.yaml
index 230eafe..3baf16a 100644
--- a/voltha/templates/afrouter-config.yaml
+++ b/voltha/templates/afrouter-config.yaml
@@ -128,7 +128,9 @@
"ListLogicalDevices",
"ListLogicalDeviceFlows",
"ListLogicalDeviceFlowGroups",
- "ListLogicalDevicePorts"
+ "ListLogicalDevicePorts",
+ "ListLogicalDeviceMeters",
+ "UpdateLogicalDeviceMeterTable"
],
"_TODO": "Overrides not implemented yet, config ignored",
"overrides": [ ]