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:
parent
472e394cc1
commit
41721e692f
@ -68,7 +68,7 @@ parameters:
|
|||||||
RedisNetwork: internal_api
|
RedisNetwork: internal_api
|
||||||
GaneshaNetwork: storage_nfs
|
GaneshaNetwork: storage_nfs
|
||||||
MysqlNetwork: internal_api
|
MysqlNetwork: internal_api
|
||||||
SnmpdNetwork: ctrlplane
|
SnmpdNetwork: ctlplane
|
||||||
CephClusterNetwork: storage_mgmt
|
CephClusterNetwork: storage_mgmt
|
||||||
CephMonNetwork: storage
|
CephMonNetwork: storage
|
||||||
CephRgwNetwork: storage
|
CephRgwNetwork: storage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user