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
This commit is contained in:
Dan Sneddon 2018-08-24 13:56:51 -07:00
parent 472e394cc1
commit 41721e692f
1 changed files with 1 additions and 1 deletions

View File

@ -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