ptrnine / freeipa

Forked from freeipa 3 years ago
Clone

7e17d73 Remove DL0 specific code from __init__ in ipaserver/install/server

1 file Authored by twoerner 5 years ago, Committed by cheimes 5 years ago,
    Remove DL0 specific code from __init__ in ipaserver/install/server
    
    The methods _is_promote has been removed from all classes as this has only
    been used internally to check if the domain level is correct.
    
    The check if the installer object has the attribute replica_file has been
    modified to use the new variable replica_install defined in
    CompatServerReplicaInstall instead.
    
    The DL0 specific code from ServerInstallInterface.__init__ has been removed
    
    See: https://pagure.io/freeipa/issue/7689
    Signed-off-by: Thomas Woerner <twoerner@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    Reviewed-By: Christian Heimes <cheimes@redhat.com>