Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion chef/cookbooks/cinder/templates/default/cinder.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ transport_url = <%= @rabbit_settings[:url] %>
rpc_response_timeout = <%= node[:cinder][:rpc_response_timeout] %>
control_exchange = cinder
max_header_line = <%= node[:cinder][:max_header_line] %>
wsgi_keep_alive = false
state_path = /var/lib/cinder
my_ip = <%= node[:cinder][:my_ip] %>

Expand Down
3 changes: 0 additions & 3 deletions chef/cookbooks/heat/templates/default/heat.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ insecure = <%= @keystone_settings['insecure'] %>
[database]
connection = <%= @database_connection %>

[eventlet_opts]
wsgi_keep_alive = false

[heat_api]
bind_host = <%= @bind_host %>
bind_port = <%= @api_port %>
Expand Down
1 change: 0 additions & 1 deletion chef/cookbooks/manila/templates/default/manila.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ osapi_share_listen=<%= @bind_host %>
osapi_share_listen_port=<%= @bind_port %>
osapi_share_workers=<%= [node["cpu"]["total"], 2, 4].sort[1] %>
max_header_line = <%= node[:manila][:max_header_line] %>
wsgi_keep_alive = false
ssl_ca_file=<%= node[:manila][:ssl][:ca_certs] if node[:manila][:api][:protocol] == 'https' && node[:manila][:ssl][:cert_required] %>
ssl_cert_file=<%= node[:manila][:ssl][:certfile] if node[:manila][:api][:protocol] == 'https' %>
ssl_key_file=<%= node[:manila][:ssl][:keyfile] if node[:manila][:api][:protocol] == 'https' %>
Expand Down
1 change: 0 additions & 1 deletion chef/cookbooks/neutron/templates/default/neutron.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ use_stderr = false
transport_url = <%= @rabbit_settings[:url] %>
control_exchange = neutron
max_header_line = <%= node[:neutron][:max_header_line] %>
wsgi_keep_alive = false
<% unless @default_log_levels.length.zero? -%>
default_log_levels = <%= @default_log_levels.join(", ") %>
<% end -%>
Expand Down
1 change: 0 additions & 1 deletion chef/cookbooks/nova/templates/default/nova.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ xvpvncproxy_host = <%= @bind_host %>
max_header_line = <%= node[:nova][:max_header_line] %>
ssl_cert_file = <%= @ssl_cert_file %>
ssl_key_file = <%= @ssl_key_file %>
keep_alive = false

[upgrade_levels]
# Determine RPC protocol version for nova based on the minimum
Expand Down
1 change: 0 additions & 1 deletion chef/cookbooks/sahara/templates/default/sahara.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ debug = <%= node[:sahara][:debug] %>
log_dir = /var/log/sahara
transport_url = <%= @rabbit_settings[:url] %>
use_syslog=<%= node[:sahara][:use_syslog] ? "True" : "False" %>
wsgi_keep_alive = false
host = <%= @bind_host %>
port = <%= @bind_port %>
use_namespaces = true
Expand Down