Skip to content

Commit

Permalink
keystone: avoid running keystone WSGI in GLOBAL context
Browse files Browse the repository at this point in the history
GLOBAL is a workaround for pyca/cryptography#3282
which is fixed in cryptography > 1.7
  • Loading branch information
dirkmueller committed Nov 29, 2017
1 parent 48c9b1e commit e659f96
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Listen <%= @bind_host %>:<%= @bind_port %>
WSGIDaemonProcess <%= @daemon_process %> user=<%= @user %> group=<%= @group %> processes=<%= @processes %> threads=<%= @threads %> display-name=%{GROUP}
WSGIProcessGroup <%= @process_group %>
WSGIScriptAlias / <%= @script_alias %>
WSGIApplicationGroup %{GLOBAL}
<% if @pass_authorization %>
WSGIPassAuthorization On
<% end %>
Expand Down

0 comments on commit e659f96

Please sign in to comment.