Merge "Apache: Use conditional instead of nested stack for TLS-specific bits"
[apex-tripleo-heat-templates.git] / environments / low-memory-usage.yaml
index ad42868..3a60633 100644 (file)
@@ -11,5 +11,8 @@ parameter_defaults:
   SwiftWorkers: 1
   GnocchiMetricdWorkers: 1
 
-  ApacheMaxRequestWorkers: 32
-  ApacheServerLimit: 32
+  ApacheMaxRequestWorkers: 100
+  ApacheServerLimit: 100
+
+  ControllerExtraConfig:
+      'nova::network::neutron::neutron_url_timeout': '60'