Force creation of services during replica install

Missing A record should not prevent replica to be installed.

Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
This commit is contained in:
Martin Basti
2015-12-06 18:43:37 +01:00
parent bee222372a
commit cac756b87d

View File

@@ -79,7 +79,8 @@ def install_http_certs(config, fstore):
principal = 'HTTP/%s@%s' % (config.host_name, config.realm_name)
installutils.install_service_keytab(principal,
config.master_host_name,
paths.IPA_KEYTAB)
paths.IPA_KEYTAB,
force_service_add=True)
# Obtain certificate for the HTTP service
nssdir = certs.NSS_DIR