Merge "Replace 'metrics' with 'meters' in option"

This commit is contained in:
Jenkins 2015-04-16 17:57:04 +00:00 committed by Gerrit Code Review
commit d499734509
2 changed files with 2 additions and 2 deletions

View File

@ -488,7 +488,7 @@
# ceilometer via the notification bus. (integer value)
#send_sensor_data_interval=600
# List of comma separated metric types which need to be sent
# List of comma separated meter types which need to be sent
# to Ceilometer. The default value, "ALL", is a special value
# meaning send all the sensor data. (list value)
#send_sensor_data_types=ALL

View File

@ -144,7 +144,7 @@ conductor_opts = [
' to ceilometer via the notification bus.'),
cfg.ListOpt('send_sensor_data_types',
default=['ALL'],
help='List of comma separated metric types which need to be'
help='List of comma separated meter types which need to be'
' sent to Ceilometer. The default value, "ALL", is a '
'special value meaning send all the sensor data.'
),