aboutsummaryrefslogtreecommitdiffstats
path: root/environments/low-memory-usage.yaml
diff options
context:
space:
mode:
authorArx Cruz <arxcruz@redhat.com>2016-10-24 16:27:11 +0200
committerArx Cruz <arxcruz@redhat.com>2016-11-11 15:45:23 +0100
commitc99c48b84e20925b4f4b728e9b103d6c8bcb3d11 (patch)
tree3be0d20bbcd3a1be582cfc4f33e2e3d7e6553539 /environments/low-memory-usage.yaml
parent38664900523ae0cdd346d4c66395b8fd0184b03a (diff)
Increasing neutron timeout for low memory usage
We are noticing several tests failing in our low memory environment because of timeout in neutron requests. As an example the test tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON fails because it requests to plug a vif, and send request to neutron, which responds in more than neutron_url_timeout, and since the option vif_plugging_is_fatal is set to True as default, the test fails. Shortly thereafter, checking in neutron log you can see the request, returning with the proper status, after more than neutron_url_timeout, however, it's already too late once nova already marked the instance with error status, and so the test fails. Closes-Bug: #1641135 Change-Id: If0991c114f199490ac0deb71eb569a42d4711359
Diffstat (limited to 'environments/low-memory-usage.yaml')
-rw-r--r--environments/low-memory-usage.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/environments/low-memory-usage.yaml b/environments/low-memory-usage.yaml
index ad428686..47b2003d 100644
--- a/environments/low-memory-usage.yaml
+++ b/environments/low-memory-usage.yaml
@@ -13,3 +13,6 @@ parameter_defaults:
ApacheMaxRequestWorkers: 32
ApacheServerLimit: 32
+
+ ControllerExtraConfig:
+ 'nova::network::neutron::neutron_url_timeout': '60'