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

This commit is contained in:
Jenkins 2016-09-22 10:53:30 +00:00 committed by Gerrit Code Review
commit cc981cf4b9
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.