Fix typos in zone.py & pools.rst & scheduler.rst

TrivialFix

Change-Id: I84121b59321d7eec0f4a090dd347e0b60ee2d5bc
This commit is contained in:
zhangyanxian
2016-09-21 06:24:35 +00:00
parent 35bf83d538
commit 9690aa7836
3 changed files with 3 additions and 3 deletions

View File

@@ -332,7 +332,7 @@ class ZonePoller(base.Task, ThresholdMixin):
Orchestrate polling for a change across the nameservers in a pool
and compute the proper zone status, and update it.
:return: Whether the change was succesfully polled for on a satisfactory
:return: Whether the change was successfully polled for on a satisfactory
number of nameservers in the pool
"""
def __init__(self, executor, context, pool, zone):

View File

@@ -48,7 +48,7 @@ To help users create zones on the correct pool we have a "scheduler" that is
responsible for examining the zone being created and the pools that are
availible for use, and matching the zone to a pool.
The filters are plugable (i.e. operator replaceable) and all follow a simple
The filters are pluggable (i.e. operator replaceable) and all follow a simple
interface.
The zones are matched using "zone attributes" and "pool attributes". These are

View File

@@ -19,7 +19,7 @@
Pool Scheduler
==============
In designate we have a plugable scheduler filter interface.
In designate we have a pluggable scheduler filter interface.
You can set an ordered list of filters to run on each zone create api request.