Miniscule typo in metering_connection help string

A fento-nit, only worth fixing as the help string become user-visible
via the generated ceilometer.conf shipped with distros.

Change-Id: I4eb98ca621dd392c7fabb95314880f7e4ab72db8
This commit is contained in:
Eoghan Glynn 2014-12-02 13:30:50 +00:00
parent 098dd97f6a
commit 1cb6e6e822

View File

@ -48,7 +48,7 @@ OPTS = [
"in the database for (<= 0 means forever)."),
cfg.StrOpt('metering_connection',
default=None,
help='The connection string used to connect to the meteting '
help='The connection string used to connect to the metering '
'database. (if unset, connection is used)'),
cfg.StrOpt('alarm_connection',
default=None,