nova/nova/compute
Kevin_Zheng 33c8e5473d Should not skip volume_size check for bdm.image_id == image_ref case
The volume size should be checked in bdm.sourece_type=image,
dest_type=volume case no matter what the image
is, but we skipped the check if the bdm.image_id == image_ref,
we should not skipped the volume_size check.

Change-Id: Ib10579280b63a4dd59ac76733aa0ff48fd2e024b
closes-bug: 1818798
(cherry picked from commit 24fe74d126)
2020-08-03 21:54:41 +01:00
..
monitors Do not log a warning about not using compute monitors 2019-04-08 15:35:04 +00:00
__init__.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
api.py Should not skip volume_size check for bdm.image_id == image_ref case 2020-08-03 21:54:41 +01:00
build_results.py Compute Add build_instance hook in compute manager 2014-12-04 10:12:00 -05:00
cells_api.py Minimal construct plumbing for nova service-list when a cell is down 2018-10-31 15:22:15 -04:00
claims.py Make Claim._claim_test handle SchedulerLimits object 2019-02-12 11:59:51 -05:00
flavors.py Remove unused flavor_delete_info() method 2018-08-03 12:44:52 -04:00
instance_actions.py Add instance action record for snapshot instances 2017-12-11 17:46:38 +08:00
instance_list.py Plumbing for ignoring list_records_by_skipping_down_cells 2019-02-08 16:28:28 -05:00
manager.py Update scheduler instance info at confirm resize 2020-05-20 19:48:46 +02:00
migration_list.py Refactor scatter-gather utility to return exception objects 2018-10-31 15:18:07 -04:00
multi_cell_list.py Plumbing for ignoring list_records_by_skipping_down_cells 2019-02-08 16:28:28 -05:00
power_state.py Removed enum duplication from nova.compute 2016-09-02 07:30:44 +00:00
provider_tree.py Perf: Use dicts for ProviderTree roots 2019-07-10 20:11:35 +00:00
resource_tracker.py rt: soften warning case in _remove_deleted_instances_allocations 2019-08-30 22:14:19 +00:00
rpcapi.py compute: Use long_rpc_timeout in reserve_block_device_name 2019-12-02 20:14:23 +00:00
stats.py Change consecutive build failure limit to a weigher 2018-06-06 15:18:50 -07:00
task_states.py Fix resource tracker updates during instance evacuation 2018-09-12 13:05:29 +03:00
utils.py Replace non-nova server fault message 2019-08-06 10:48:49 -04:00
vm_states.py Removed enum duplication from nova.compute 2016-09-02 07:30:44 +00:00