Merge "Fix typos in zone.py & pools.rst & scheduler.rst"
This commit is contained in:
commit
cc981cf4b9
@ -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):
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user