Skip to content

Commit

Permalink
MiqApache::Conf.create_balancer_config expects a :lbmethod key not :m…
Browse files Browse the repository at this point in the history
…ethod

This will allow us to pick methods other than byrequests, which was the
default in MiqApache::Conf
  • Loading branch information
carbonin committed Mar 13, 2017
1 parent 9851870 commit 7f537bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/mixins/miq_web_server_worker_mixin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def install_apache_proxy_config
options = {
:member_file => self::BALANCE_MEMBER_CONFIG_FILE,
:redirects_file => self::REDIRECTS_CONFIG_FILE,
:method => self::LB_METHOD,
:lbmethod => self::LB_METHOD,
:redirects => self::REDIRECTS,
:cluster => self::CLUSTER,
:protocol => self::PROTOCOL
Expand Down

0 comments on commit 7f537bb

Please sign in to comment.