aboutsummaryrefslogtreecommitdiffstats
path: root/src/dma/pkg
diff options
context:
space:
mode:
authorMatthias Runge <mrunge@redhat.com>2019-01-31 15:20:23 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-01-31 15:20:23 +0000
commitc4e89bacea7d792a588359107ec2df36c13e4c3c (patch)
tree3af5da29489366d60902bd11aef58ac73db3c0bd /src/dma/pkg
parentba647855ae268bc3969c13502c183cd4815578d9 (diff)
parent32e98a86b99d8c730e19d91e9a13fff644b37ac3 (diff)
Merge "Fix wrong image name in test code"
Diffstat (limited to 'src/dma/pkg')
-rw-r--r--src/dma/pkg/common/types.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dma/pkg/common/types.go b/src/dma/pkg/common/types.go
index 98f605e9..f6302a59 100644
--- a/src/dma/pkg/common/types.go
+++ b/src/dma/pkg/common/types.go
@@ -16,7 +16,7 @@
package common
-// redisLabel is prefix of local-agent for redis
+// redisLabel is prefix of DMA for redis
const redisLabel = "barometer-dma"
// Pool is an interface of DB pool to annotate.