Trivial fix typos

Change-Id: I54867110f899b30f687068ca58be6251d9755a1a
This commit is contained in:
Vu Cong Tuan 2017-05-30 10:59:53 +07:00
parent 90f090e407
commit c15d8bc633
8 changed files with 8 additions and 8 deletions

View File

@ -223,7 +223,7 @@ class Client(object):
self._log_res(resp)
if resp.status_code // 100 != 2:
raise OpenDaylightRESTAPIFailed(
_('OpenDaylitght API returned %(status)s %(reason)s') %
_('OpenDaylight API returned %(status)s %(reason)s') %
{'status': resp.status_code, 'reason': resp.reason})
return resp.json()

View File

@ -25,7 +25,7 @@ from stevedore import driver
def get_publisher(conf, url, namespace):
"""Get publisher driver and load it.
:param URL: URL for the publisher
:param url: URL for the publisher
:param namespace: Namespace to use to look for drivers.
"""
parse_result = netutils.urlsplit(url)

View File

@ -143,7 +143,7 @@ class TestClientHTTPBasicAuth(base.BaseTestCase):
self.fail('')
except client.OpenDaylightRESTAPIFailed as e:
self.assertEqual(
_('OpenDaylitght API returned %(status)s %(reason)s') %
_('OpenDaylight API returned %(status)s %(reason)s') %
{'status': self.resp.status_code,
'reason': self.resp.reason},
six.text_type(e))

View File

@ -104,7 +104,7 @@ Pipelines describe a coupling between sources of samples and the
corresponding sinks for transformation and publication of the samples.
A source is a set of samples that should be passed to specified sinks. These
samples may come from polling agents or service notificaitons.
samples may come from polling agents or service notifications.
A sink on the other hand is a consumer of samples, providing logic for
the transformation and publication of samples emitted from related sources.

View File

@ -57,7 +57,7 @@ Keystone
To enable auditing of API requests, Keystone provides middleware which captures
API requests to a service and emits data to Ceilometer. Instructions to enable
this functionality is available in `Keystone's developer documenation
this functionality is available in `Keystone's developer documentation
<https://docs.openstack.org/developer/keystonemiddleware/audit.html>`_.
Ceilometer will captures this information as ``audit.http.*`` events.

View File

@ -1,7 +1,7 @@
---
upgrade:
- >
Add a tool for migratinig metrics data from Ceilometer's native storage
Add a tool for migrating metrics data from Ceilometer's native storage
to Gnocchi. Since we have deprecated Ceilometer API and the Gnocchi will
be the recommended metrics data storage backend.

View File

@ -1,7 +1,7 @@
---
prelude: >
In an effort to minimise the noise, Ceilometer will no longer produce
meters which have no measureable data associated with it. Image meter
meters which have no measurable data associated with it. Image meter
only captures state information which is already captured in events and
other meters.
upgrade:

View File

@ -6,7 +6,7 @@ features:
issues:
- >
Neutron API is not designed to be polled against. When polling against
Neutron is enabled, Ceilometer's polling agents may generage a significant
Neutron is enabled, Ceilometer's polling agents may generate a significant
load against the Neutron API. It is recommended that a dedicated API be
enabled for polling while Neutron's API is improved to handle polling.
upgrade: