commit | 276a84ce9e2b18888da021c8eed3516882dcbfb1 | [log] [tgz] |
---|---|---|
author | ghanshyam <ghanshyam.mann@nectechnologies.in> | Fri Jul 17 09:48:05 2015 +0900 |
committer | ghanshyam <ghanshyam.mann@nectechnologies.in> | Fri Jul 17 09:48:05 2015 +0900 |
tree | 063d3082390323f0e28e7160a2ada58dcbbee87a | |
parent | 384923ec3330d91cd0dbfae6708102eb4549b223 [diff] |
Fix list_migration response schema for None values list migration response schema in Tempest does not allow many of expected nullable attribute as None. For example dest_host, source_node, dest_node can be None for "evacuation", "resize" migration type. or in other migration type Destination and source are mostly driven by "source_compute" and "dest_compute" . There is failure for that in mulitnode job - http://logs.openstack.org/80/202380/2/check/gate-tempest-dsvm-multinode-full/623ac01/console.html This commit fix list_migration schema as per Nova return response. Change-Id: I5e81dadd5dee4ecd85f309c34dae0d3ba0733a0d Closes-Bug: 1475454