Replace 'metrics' with 'meters' in option

So that the openstack manuals are consistent and use the
same (right) term, this replaces the term 'metrics' with
'meters' in the help for the config option
send_sensor_data_interval.

DocImpact

Closes-bug: #1436371

Change-Id: Id88058bf2fe070a8e0774857f2c5690a60c30de0
This commit is contained in:
Edwin Zhai 2015-04-08 16:07:38 +08:00 committed by Ruby Loo
parent 7ff924574a
commit 094b76300b
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.'
),