Merge "Adding Note on SELinux for CentOS 7"
This commit is contained in:
commit
d1c2fe7b01
@ -89,6 +89,14 @@ Configure CentOS
|
||||
|
||||
# yum upgrade
|
||||
|
||||
#. Disable SELinux. Edit ``/etc/sysconfig/selinux``, make sure that
|
||||
``SELINUX=enforcing`` is changed to ``SELINUX=disabled``.
|
||||
|
||||
.. note::
|
||||
|
||||
SELinux enabled is not currently supported in OpenStack-Ansible
|
||||
for CentOS/RHEL due to a lack of maintainers for the feature.
|
||||
|
||||
#. Reboot the host.
|
||||
|
||||
#. Ensure that the kernel version is ``3.10`` or later:
|
||||
|
@ -74,6 +74,13 @@ system packages are upgraded and then reboot into the new kernel:
|
||||
# yum install git
|
||||
# reboot
|
||||
|
||||
.. note::
|
||||
|
||||
Before rebooting, in ``/etc/sysconfig/selinux``, make sure that
|
||||
``SELINUX=enforcing``is changed to ``SELINUX=disabled``.
|
||||
SELinux enabled is not currently supported in OpenStack-Ansible
|
||||
for CentOS/RHEL due to a lack of maintainers for the feature.
|
||||
|
||||
.. code-block:: shell-session
|
||||
|
||||
## openSUSE
|
||||
|
Loading…
Reference in New Issue
Block a user