DNS Locations: server-mod: add automatic records update

For any location or server weight change is required to update records

https://fedorahosted.org/freeipa/ticket/2008

Reviewed-By: Petr Spacek <pspacek@redhat.com>
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
This commit is contained in:
Martin Basti
2016-06-13 13:32:25 +02:00
parent a7e463948d
commit 4076e8e4e5
2 changed files with 16 additions and 1 deletions

View File

@@ -418,6 +418,16 @@ class DNSUpdateNotIPAManagedZone(PublicMessage):
)
class AutomaticDNSRecordsUpdateFailed(PublicMessage):
errno = 13024
type = "warning"
format = _(
"Automatic update of DNS system records failed. "
"Please re-run update of system records manually to get list of "
"missing records."
)
def iter_messages(variables, base):
"""Return a tuple with all subclasses
"""