Increase glance_num_retries for Glance and Cinder
Sometimes but very often, nova-compute fails to start a VM when using a large RAW image from Glance (RBD driver). After looking in the code, it looks like we could increase the number of retries when downloading an image from Glance. Closes-bug #505
This commit is contained in:
@@ -97,6 +97,7 @@ describe 'cloud::compute::hypervisor' do
|
||||
should contain_nova_config('DEFAULT/resume_guests_state_on_host_boot').with('value' => true)
|
||||
should contain_nova_config('DEFAULT/default_availability_zone').with('value' => 'MyZone')
|
||||
should contain_nova_config('DEFAULT/servicegroup_driver').with_value('mc')
|
||||
should contain_nova_config('DEFAULT/glance_num_retries').with_value('10')
|
||||
end
|
||||
|
||||
it 'configure neutron on compute node' do
|
||||
|
||||
Reference in New Issue
Block a user