Fix default value of nova_default_schedule_zone

When set to its current value of 'None', no instances
can be scheduled as no AZ matching that name exists in
an installation with the default Availability Zones.

The default AZ is 'nova', therefore, by default we
should default `nova_default_schedule_zone` to the same
value ensuring that the default values result in the ability
to schedule instances.

This is a fix to: I69627d7987a3158a3a005406245ea6df881715d8
and should solve the issues in AIO gating that were manifesting
as:

http://logs.openstack.org/06/293606/1/check/gate-openstack-ansible-dsvm-commit/603c28e/console.html#_2016-03-16_20_19_13_293

Change-Id: I0c4a78d922798f332f7a485d15f75b0cb8d74ac7
This commit is contained in:
Travis Truman 2016-03-16 22:11:50 -04:00
parent 7dd27d6948
commit 8bdb2e2626

View File

@ -207,7 +207,7 @@ nova_remove_unused_resized_minimum_age_seconds: 3600
nova_image_cache_manager_interval: 0
nova_resume_guests_state_on_host_boot: False
nova_dhcp_domain: novalocal
nova_default_schedule_zone: None
nova_default_schedule_zone: nova
# Nova quota
nova_quota_cores: 20