Merge "Replace Chinese punctuation with English punctuation"

This commit is contained in:
Zuul 2018-05-20 23:41:40 +00:00 committed by Gerrit Code Review
commit 2ac404cde3
3 changed files with 5 additions and 5 deletions

View File

@ -5,10 +5,10 @@ DNS Server Driver Support Matrix
================================
This info should be maintained along with the list of current driver
maintainers responsible for the “Non Integrated” backends.
maintainers responsible for the "Non Integrated" backends.
The upkeep of this list will fall on the PTL or his/her delegate.
Should a backends grade be in dispute, it falls on the current project PTL
Should a backend's grade be in dispute, it falls on the current project PTL
to make the final decision after listening to all sides concerns.
.. support_matrix::

View File

@ -131,7 +131,7 @@ Designate uses oslo.rpc for messaging between components, therefore it
inherits a requirement for a supported messaging bus
(such as RabbitMQ, Qpid or ZeroMQ). Typically this means a RabbitMQ
setup is dedicated to Designate, but as only a single virtualhost
is required for a normal installation, youre free to use other
is required for a normal installation, you're free to use other
RabbitMQ instances as you see fit.
.. _database:

View File

@ -109,7 +109,7 @@ Installing Designate
$ cp -a rootwrap.conf.sample rootwrap.conf
8. Make the directory for Designates state files
8. Make the directory for Designate's state files
::
@ -316,7 +316,7 @@ Start the other services
$ designate-worker
$ designate-producer
Youll now be seeing the logs from the other services.
You'll now be seeing the logs from the other services.
Exercising the API
==================