Foreman-xen project seems to use the argument xenserver_redirect_to_master with the compute class :
def client
@client ||= ::Fog::Compute.new(
:provider => 'XenServer',
:xenserver_url => url,
:xenserver_username => user,
:xenserver_password => password,
:xenserver_redirect_to_master => true
)
end
but the code of your project seems to not support it.
Can you confirm that ? Did you consider to implement it ?
Thank you
Foreman-xen project seems to use the argument xenserver_redirect_to_master with the compute class :
but the code of your project seems to not support it.
Can you confirm that ? Did you consider to implement it ?
Thank you