puppet-heat/spec/classes
Juan Antonio Osorio Robles 7a137e2355 apache wsgi: Exchange defaults for workers and threads
Due to Python's GIL [1], we can't use multiple threads for running
OpenStack services without a performance penalty, since the execution
ends up serialized, which defeats the purpose.

Instead, we should use several processes, since this approach doesn't
have this limitation.

[1] https://wiki.python.org/moin/GlobalInterpreterLock

Change-Id: I116df85f259528d547a958850b9c3793d01e2a45
2017-10-13 08:49:12 +03:00
..
heat_api_cfn_spec.rb Add manifests to deploy APIs over httpd 2017-03-02 14:15:18 +02:00
heat_api_cloudwatch_spec.rb Add manifests to deploy APIs over httpd 2017-03-02 14:15:18 +02:00
heat_api_spec.rb Remove old authtoken options 2016-11-16 00:02:12 -03:00
heat_cache_spec.rb Add ability to configure cache 2017-02-16 10:26:03 +02:00
heat_client_spec.rb Switch heat to rspec-puppet-facts 2016-11-11 13:11:39 +02:00
heat_config_spec.rb Add api_paste type/provider for Heat 2016-02-17 14:24:45 +08:00
heat_cors_spec.rb Switch heat to rspec-puppet-facts 2016-11-11 13:11:39 +02:00
heat_cron_purge_deleted_spec.rb Switch heat to rspec-puppet-facts 2016-11-11 13:11:39 +02:00
heat_db_mysql_spec.rb Switch heat to rspec-puppet-facts 2016-11-11 13:11:39 +02:00
heat_db_postgresql_spec.rb Switch heat to rspec-puppet-facts 2016-11-11 13:11:39 +02:00
heat_db_spec.rb Missing some parameters to test in db.pp 2017-06-01 11:03:20 +08:00
heat_db_sync_spec.rb Fix spec test for sync 2016-12-01 16:44:20 +08:00
heat_deps_spec.rb Move deps & external hooks into a standalone class 2015-10-20 09:57:36 -04:00
heat_engine_spec.rb Add support for default_user_data_format 2017-09-13 10:24:31 +02:00
heat_init_spec.rb Merge "Changed keystone_ec2_uri to be optional" 2017-08-22 22:43:22 +00:00
heat_keystone_auth_cfn_spec.rb Switch heat to rspec-puppet-facts 2016-11-11 13:11:39 +02:00
heat_keystone_auth_spec.rb Switch heat to rspec-puppet-facts 2016-11-11 13:11:39 +02:00
heat_keystone_authtoken_spec.rb Deprecate revocation_cache_time option 2017-09-14 11:31:44 +08:00
heat_keystone_domain_spec.rb Password should be secured 2017-03-28 17:16:29 +08:00
heat_logging_spec.rb oslo log: check puppet resource instead of actual config in spec 2017-03-13 19:12:18 +02:00
heat_policy_spec.rb oslo policy: check puppet resource instead of actual config in spec 2017-05-23 15:01:27 +08:00
heat_wsgi_apache_api_cfn_spec.rb apache wsgi: Exchange defaults for workers and threads 2017-10-13 08:49:12 +03:00
heat_wsgi_apache_api_cloudwatch_spec.rb apache wsgi: Exchange defaults for workers and threads 2017-10-13 08:49:12 +03:00
heat_wsgi_apache_api_spec.rb apache wsgi: Exchange defaults for workers and threads 2017-10-13 08:49:12 +03:00