mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
resolve_ip_addresses_nss(host) is equivalent to get_server_ip_address(api.env.host, True, False, []). The function get_server_ip_address() is designed to perform interactive checks that should not be triggered in automatic upgrade code. Related: https://pagure.io/freeipa/issue/8275 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>