Merge "Horizon needs this selinux boolean set"

This commit is contained in:
Jenkins
2013-08-01 05:50:07 +00:00
committed by Gerrit Code Review

View File

@@ -100,4 +100,11 @@ class openstack::horizon (
django_debug => $django_debug,
api_result_limit => $api_result_limit,
}
if $::selinux {
selboolean{'httpd_can_network_connect':
value => on,
persistent => true,
}
}
}