Increase neutron timeout in nova.conf

We are having timeouts in some calls from nova to
neutron api in CI environments. We are increasing
the value of this timeout to 60 seconds.

Change-Id: I5c7cb44717d5e8c2dda1ef53ef852c45cc10f99e
This commit is contained in:
Alfredo Moralejo 2016-08-16 16:49:11 +02:00
parent 9ffa3473fc
commit 3bad8f632b
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ class packstack::nova::neutron ()
neutron_project_name => 'services',
neutron_auth_url => "${neutron_auth_url}/v3",
neutron_region_name => hiera('CONFIG_KEYSTONE_REGION'),
neutron_url_timeout => '60',
}
class { '::nova::compute::neutron':