Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Redirect parameter not used anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
zozoh94 authored and mmoll committed Dec 3, 2018
1 parent 095ef63 commit 05c3994
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/models/foreman_xen/xenserver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -373,10 +373,9 @@ def hypervisor

def client
@client ||= Fog::XenServer::Compute.new(
:xenserver_url => url,
:xenserver_username => user,
:xenserver_password => password,
:xenserver_redirect_to_master => true
:xenserver_url => url,
:xenserver_username => user,
:xenserver_password => password
)
end

Expand Down

0 comments on commit 05c3994

Please sign in to comment.