Update Nova configs with correct timeout setting
[US843198] In Juno [DEFAULT] neutron_url_timeout was changed to [neutron] url_timeout In Kilo [neutron] url_timeout was changed to [neutron] timeout Change-Id: I6938828bdab0a129148074cf46556f47dc67bd02 Signed-off-by: Illia Polliul <ipolliul@mirantis.com>
This commit is contained in:
@@ -69,9 +69,7 @@ class contrail::compute::nova {
|
||||
}
|
||||
}
|
||||
|
||||
nova_config {
|
||||
'DEFAULT/neutron_url_timeout': value => '300';
|
||||
}
|
||||
nova_config {'neutron/timeout' : value => '300' }
|
||||
|
||||
# [LCM] Workaroud to fix duplicate declaration with nova_config recource
|
||||
# from class 'nova::compute' during catalog compilation.
|
||||
|
||||
Reference in New Issue
Block a user