horizon/releasenotes/notes/add_default_availability_zone-9c070832b2992958.yaml
David Hill 15fe88b5af Add default_availability_zone for VM creation
Add the LAUNCH_INSTANCE_DEFAULTS.default_availability_zone settings in
VM creation dashboard in order to let administrator select a default
availability zone instead of a random one when many are available.

Co-Authored-By: Akihiro Motoki <amotoki@gmail.com>
Change-Id: I297ff7f3c8e725c24c7f7687786c784f61f5d4e2
(cherry picked from commit fc8603a499)
2021-06-18 19:44:35 +00:00

9 lines
327 B
YAML

---
features:
- |
When multiple availability zones are available, the default behavior is to
allow the scheduler to spawn a VM in any of them.
The new setting ``LAUNCH_INSTANCE_DEFAULTS.default_availability_zone``
allows an administrator to specify a default static availability zone
for new VM creation.