From 41721e692f6a7a89a7220370edc1c87443ded8d5 Mon Sep 17 00:00:00 2001 From: Dan Sneddon Date: Fri, 24 Aug 2018 13:56:51 -0700 Subject: [PATCH] Fix incorrect network name "ctrlplane" to "ctlplane" for SNMPd. The ServiceNetMap contains an incorrect entry for the SnmpdNetwork. The entry "ctrlplane" should be "ctlplane". Change-Id: I6c8ab952e364e8fc643e291388b7f13615a1df3e --- network/service_net_map.j2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/service_net_map.j2.yaml b/network/service_net_map.j2.yaml index 3bb55692f1..2f09dded64 100644 --- a/network/service_net_map.j2.yaml +++ b/network/service_net_map.j2.yaml @@ -68,7 +68,7 @@ parameters: RedisNetwork: internal_api GaneshaNetwork: storage_nfs MysqlNetwork: internal_api - SnmpdNetwork: ctrlplane + SnmpdNetwork: ctlplane CephClusterNetwork: storage_mgmt CephMonNetwork: storage CephRgwNetwork: storage