ipa-upgradeconfig: Remove the upgrade_httpd_selinux function

This function was never called from anywhere.
This commit is contained in:
Petr Viktorin 2012-10-09 04:10:06 -04:00 committed by Martin Kosek
parent 0840b588d7
commit 595b37d6bb

View File

@ -304,14 +304,6 @@ def upgrade_ipa_profile(ca):
return False
def upgrade_httpd_selinux(fstore):
"""
Update SElinux configuration for httpd instance in the same way as the
new server installation does.
"""
root_logger.info('[Verifying the Apache SELinux configuration]')
http = httpinstance.HTTPInstance(fstore)
http.configure_selinux_for_httpd()
def named_enable_psearch():
"""