98bf90e fix dsinstance.py:get_domain_level function

1 file Authored by mbabinsk 8 years ago, Committed by mbasti 8 years ago,
    fix dsinstance.py:get_domain_level function
    
    This patch cleans up an unused parameter and fixes the return value when
    'ipaDomainLevel' is found: instead of a dict we should return an integer.
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>