[Trivialfix]Fix typos in ceilometer

Fix typos in project ceilometer

Change-Id: Ic19783092daedf3bbb48f419a26c6beecda7468d
This commit is contained in:
shangxiaobj 2017-07-28 04:00:11 -07:00
parent 22e8481e70
commit 5beedc81e1
3 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@ LIBVIRT_POWER_STATE = {
# NOTE(sileht): This is a guessing of the nova
# status, should be true 99.9% on the time,
# but can be wrong during some transistion state
# but can be wrong during some transition state
# like shelving/rescuing
LIBVIRT_STATUS = {
VIR_DOMAIN_NOSTATE: 'building',

View File

@ -491,7 +491,7 @@ The Telemetry service supports sending samples to an external HTTP
target. The samples are sent without any modification. To set this
option as the notification agents' target, set ``http://`` as a publisher
endpoint in the pipeline definition files. The HTTP target should be set along
with the publisher declaration. For example, addtional configuration options
with the publisher declaration. For example, additional configuration options
can be passed in: ``http://localhost:80/?option1=value1&option2=value2``
The following options are availble:

View File

@ -5,4 +5,4 @@ deprecations:
hardcoding exchanges. Now original http_control_exchanges is being deprecated
and renamed notification_control_exchanges. Besides, the new option is integrated
with other exchanges in default EXCHANGE_OPTS to make it available to extend
addtional exchanges.
additional exchanges.