diff --git a/chef/cookbooks/neutron/recipes/database.rb b/chef/cookbooks/neutron/recipes/database.rb index 5e3392625d..63ba2ad32d 100644 --- a/chef/cookbooks/neutron/recipes/database.rb +++ b/chef/cookbooks/neutron/recipes/database.rb @@ -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