fc8603a499
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
9 lines
327 B
YAML
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.
|