openstack-ansible/releasenotes/notes/implemented-v38524-b357edec95128307.yaml
Jesse Pretorius dcfdc9321e Fix role SHA's for Newton-2 release
Change-Id: Ifc614c23a03b216c63891abc2821d6fefe4bcf52
2016-07-27 10:59:57 +00:00

13 lines
381 B
YAML

---
features:
- |
A task was added that restricts ICMPv4 redirects to meet the requirements
of V-38524 in the STIG. This configuration is disabled by default since
it could cause issues with LXC in some environments.
Deployers can enable this configuration by setting an Ansible variable:
.. code-block:: yaml
security_disable_icmpv4_redirects: yes