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:
Emilien Macchi
2014-06-10 11:00:47 +02:00
parent 532d223e5c
commit a2393f6465
11 changed files with 13 additions and 2 deletions

View File

@@ -61,6 +61,7 @@ describe 'cloud::compute::scheduler' 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