8fabf5f6f9
This adds a scheduler to central to decide what pool to place a newly created zone in. Change-Id: Ie4146212209fa4b22bc271e3f4ce76104090ac9b
10 lines
450 B
YAML
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``
|