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
(cherry picked from commit b18e38c808)
(cherry picked from commit 0b0a249ce0)
This commit is contained in:
Mehdi Abaakouk 2018-06-04 15:33:31 +02:00 committed by Mehdi Abaakouk (sileht)
parent 34f3e8f197
commit 9efd279309
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ parameters:
QdrNetwork: internal_api
RedisNetwork: internal_api
MysqlNetwork: internal_api
SnmpdNetwork: internal_api
SnmpdNetwork: ctrlplane
CephClusterNetwork: storage_mgmt
CephMonNetwork: storage
CephRgwNetwork: storage