Removes some redundant words

This patch removes some redundant words.

Change-Id: I1461ad1d98272b0d6223fd989861885902c12617
This commit is contained in:
Anh Tran 2016-03-24 14:34:12 +07:00
parent e80376e379
commit a2d0d65a29
4 changed files with 5 additions and 5 deletions

View File

@ -119,8 +119,8 @@ need with::
apt-get install texlive-full imagemagick
Then you can then use the ``build_latex_pdf.sh`` script in tools/ to take care
of both the the sphinx latex generation and the latex compilation. For example::
Then you can use the ``build_latex_pdf.sh`` script in tools/ to take care
of both the sphinx latex generation and the latex compilation. For example::
tools/build_latex_pdf.sh

View File

@ -133,7 +133,7 @@ on compute hosts rather than servers.
Services are provided by Nova components. Normally, the Nova component runs
as a process on the controller/compute node to provide the service. These
services may be end-user facing, such as the the OpenStack Compute REST API
services may be end-user facing, such as the OpenStack Compute REST API
service, but most just work with other Nova services. The status of each
service is monitored by Nova, and if it is not responding normally, Nova
will update its status so that requests are not sent to that service

View File

@ -85,7 +85,7 @@ class InstanceUsageAuditLogController(wsgi.Controller):
task_logs = self.host_api.task_log_get_all(context,
"instance_usage_audit",
begin, end)
# We do this this way to include disabled compute services,
# We do this in this way to include disabled compute services,
# which can have instances on them. (mdragon)
filters = {'topic': CONF.compute_topic}
services = self.host_api.service_get_all(context, filters=filters)

View File

@ -86,7 +86,7 @@ class InstanceUsageAuditLogController(object):
task_logs = self.host_api.task_log_get_all(context,
"instance_usage_audit",
begin, end)
# We do this this way to include disabled compute services,
# We do this in this way to include disabled compute services,
# which can have instances on them. (mdragon)
filters = {'topic': CONF.compute_topic}
services = self.host_api.service_get_all(context, filters=filters)