snmp: listen on ctrlplane

Ceilometer uses the ctrlplane to poll snmpd on each
ironic node.

43155ed146 have restrict snmpd
to the internal_api subnet which breaks Ceilometer that use the
ctrlplane subnet.

This change puts the ctrlplane as default for snmpd.

Closes-bug: #1775001
Change-Id: Ia310e02d30ce037c2cc7fec146f27fbd0f8055f4
This commit is contained in:
Mehdi Abaakouk 2018-06-04 15:33:31 +02:00
parent d5a2c0b3d0
commit b18e38c808
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ parameters:
RedisNetwork: internal_api
GaneshaNetwork: storage_nfs
MysqlNetwork: internal_api
SnmpdNetwork: internal_api
SnmpdNetwork: ctrlplane
CephClusterNetwork: storage_mgmt
CephMonNetwork: storage
CephRgwNetwork: storage