diff --git a/ceilometer/compute/virt/libvirt/utils.py b/ceilometer/compute/virt/libvirt/utils.py index 39398e7a37..79684ea3e8 100644 --- a/ceilometer/compute/virt/libvirt/utils.py +++ b/ceilometer/compute/virt/libvirt/utils.py @@ -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', diff --git a/doc/source/admin/telemetry-data-pipelines.rst b/doc/source/admin/telemetry-data-pipelines.rst index 60aa5e5d79..6bf35d3de4 100644 --- a/doc/source/admin/telemetry-data-pipelines.rst +++ b/doc/source/admin/telemetry-data-pipelines.rst @@ -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: diff --git a/releasenotes/notes/deprecate-http-control-exchanges-026a8de6819841f8.yaml b/releasenotes/notes/deprecate-http-control-exchanges-026a8de6819841f8.yaml index a54ace3b2c..cf36ad74b4 100644 --- a/releasenotes/notes/deprecate-http-control-exchanges-026a8de6819841f8.yaml +++ b/releasenotes/notes/deprecate-http-control-exchanges-026a8de6819841f8.yaml @@ -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. \ No newline at end of file + additional exchanges.