Merge "Replace 'metrics' with 'meters' in option"
This commit is contained in:
commit
d499734509
@ -488,7 +488,7 @@
|
|||||||
# ceilometer via the notification bus. (integer value)
|
# ceilometer via the notification bus. (integer value)
|
||||||
#send_sensor_data_interval=600
|
#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
|
# to Ceilometer. The default value, "ALL", is a special value
|
||||||
# meaning send all the sensor data. (list value)
|
# meaning send all the sensor data. (list value)
|
||||||
#send_sensor_data_types=ALL
|
#send_sensor_data_types=ALL
|
||||||
|
@ -144,7 +144,7 @@ conductor_opts = [
|
|||||||
' to ceilometer via the notification bus.'),
|
' to ceilometer via the notification bus.'),
|
||||||
cfg.ListOpt('send_sensor_data_types',
|
cfg.ListOpt('send_sensor_data_types',
|
||||||
default=['ALL'],
|
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 '
|
' sent to Ceilometer. The default value, "ALL", is a '
|
||||||
'special value meaning send all the sensor data.'
|
'special value meaning send all the sensor data.'
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user