Merge "Update Nova configs with correct timeout setting" into 3.1

This commit is contained in:
Jenkins
2017-01-25 17:34:06 +00:00
committed by Gerrit Code Review
5 changed files with 34 additions and 6 deletions

View File

@@ -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.