Skip to content

No support for xenserver_redirect_to_master #72

Description

@zozoh94

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions