designate/releasenotes/notes/pool_scheduler-32e34dda9484ef9a.yaml
Graham Hayes 8fabf5f6f9 Add scheduler for pools
This adds a scheduler to central to decide what pool to place a newly
created zone in.

Change-Id: Ie4146212209fa4b22bc271e3f4ce76104090ac9b
2016-03-14 20:59:58 +00:00

10 lines
450 B
YAML

---
features:
- Schedule across pools. See http://doc.openstack.org/developer/designate/pools/scheduler.html#default-provided-filters for the built in filters
upgrade:
- The default option for the scheduler filters will be
``attribute, pool_id_attribute, random``.
- To maintain exact matching behaviour (if you have multiple pools) you will
need to set the ``scheduler_filters`` option in ``[service:central]`` to
``default_pool``