summaryrefslogtreecommitdiffstats
path: root/nova-compute-config.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-05-16 12:44:25 +0000
committerGerrit Code Review <review@openstack.org>2014-05-16 12:44:25 +0000
commit5de81f897dcdbea2d54e563294dcd36c4a33e4cd (patch)
treea33d6402a444cb57a39d1781286ab843adb3e4fd /nova-compute-config.yaml
parentd9d4143d153672e8a76529c1d313c8b08e0ef030 (diff)
parent4e3fc267a070366f678bbe7bcf0609c4a7f034cd (diff)
Merge "Adding SNMPd auth credentials"
Diffstat (limited to 'nova-compute-config.yaml')
-rw-r--r--nova-compute-config.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/nova-compute-config.yaml b/nova-compute-config.yaml
index 02d8e002..b296083b 100644
--- a/nova-compute-config.yaml
+++ b/nova-compute-config.yaml
@@ -14,6 +14,10 @@ Resources:
metering_secret: {get_input: ceilometer_metering_secret}
service-password: {get_input: ceilometer_password}
compute_agent: {get_input: ceilometer_compute_agent}
+ snmpd:
+ export_MIB: UCD-SNMP-MIB
+ readonly_user_name: {get_input: snmpd_readonly_user_name}
+ readonly_user_password: {get_input: snmpd_readonly_user_password}
glance:
host: {get_input: glance_host}
hosts: {get_input: static_hosts}