Comment 2 for bug 1730918

Revision history for this message
Ritesh Paiboina (rsritesh) wrote :

Hi,

It seems to be a valid case. I tried the value as "None/none" for default_schedule_zone [DEFAULT] in section.

As per this document https://docs.openstack.org/ocata/config-reference/compute/config-options.html
we can keep None as default value.

What I see from nova api , when some value is given like 'None'
(Pdb) availability_zone
'None'

(Pdb) availability_zone
'Xyz'

So any value given to the default_schedule_zone is considered as string zone value.

So I am not sure weather we should exclude None as value for default_schedule_zone