summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-01-28 13:09:00 +0000
committerGerrit Code Review <review@openstack.org>2015-01-28 13:09:00 +0000
commitb57815c8a90527c88a1d2114ddbf204724a93f89 (patch)
treec7d78e159502f4f400c75d6e1b69196f8b583b18
parent0923f9e0dc24e758ac90bb03cafdb2edb3498258 (diff)
parent146039eeb4505429d8d5af92f212bae43dbd05f5 (diff)
downloadceilometer-b57815c8a90527c88a1d2114ddbf204724a93f89.tar.gz
Merge "Do not print snmpd password in logs" into stable/juno
-rw-r--r--ceilometer/hardware/discovery.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ceilometer/hardware/discovery.py b/ceilometer/hardware/discovery.py
index 3b7863a2..44a15682 100644
--- a/ceilometer/hardware/discovery.py
+++ b/ceilometer/hardware/discovery.py
@@ -31,7 +31,8 @@ OPTS = [
help='SNMPd user name of all nodes running in the cloud.'),
cfg.StrOpt('readonly_user_password',
default='password',
- help='SNMPd password of all the nodes running in the cloud'),
+ help='SNMPd password of all the nodes running in the cloud.',
+ secret=True),
]
cfg.CONF.register_opts(OPTS, group='hardware')