nova/nova/tests
Matt Riedemann bcd4584a7c Add Selection.availability_zone field
This adds an availability_zone field to the Selection object,
using the same type and nullable value as the same field in the
Instance object. This will be used to store the service_host
AZ to pass from the superconductor layer to the compute and cell
conductor layer to avoid an up-call to get the host AZ information
from the API DB during a reschedule.

Note that the field is nullable because a host may not be in an
AZ and CONF.default_availability_zone can technically be set to
None though it defaults to "nova".

Change-Id: Ia50c5f4dd2204f1cafa669097d1e744479c4d8c8
Related-Bug: #1781286
2019-10-02 13:39:24 -04:00
..
functional Add functional regression test for migrate part of bug 1781286 2019-10-02 13:27:13 -04:00
unit Add Selection.availability_zone field 2019-10-02 13:39:24 -04:00
__init__.py
fixtures.py Add TODO note for mox removal 2019-09-27 13:18:09 +00:00
json_ref.py Transform instance.exists notification 2018-06-05 12:51:30 +00:00