Skip to content

Commit

Permalink
neutron: Do not require SSL connection to database from neutron
Browse files Browse the repository at this point in the history
currently not working because of bsc#1060405
  • Loading branch information
jsuchome committed Oct 2, 2017
1 parent bfc9344 commit 9f9fdbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chef/cookbooks/neutron/recipes/database.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
host "%"
privileges db_settings[:privs]
provider db_settings[:user_provider]
require_ssl db_settings[:connection][:ssl][:enabled]
# FIXME: does not work now, see bsc#1060405
# require_ssl db_settings[:connection][:ssl][:enabled]
action :grant
only_if { !ha_enabled || CrowbarPacemakerHelper.is_cluster_founder?(node) }
end
Expand Down

0 comments on commit 9f9fdbc

Please sign in to comment.