octavia/releasenotes/notes/support-az-on-lb-create-562dcf639bb272ea.yaml
Sam Morrison 3cce347129 Support creating an LB in a specified AZ
Co-Authored-By: Adam Harwell <flux.adam@gmail.com>
Change-Id: I55d6c1a0b3e6060d6dacc13ee67d87f0219ef7de
2019-12-16 16:25:25 -08:00

16 lines
688 B
YAML

---
features:
- |
The load balancer create command now accepts an availability_zone argument.
With the amphora driver this will create a load balancer in the targeted
compute availability_zone in nova.
When using spare pools, it will create spares in each AZ. For the amphora
driver, if no ``[nova] availability_zone`` is configured and availability
zones are used, results may be slightly unpredictable.
Note (for the ``amphora`` driver): if it is possible for an amphora to
change availability zone after initial creation (not typically possible
without outside intervention) this may affect the ability of this feature
to function properly.