From 3ddf708eaf8f32d4c90f49e8a7595519308b200a Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Wed, 15 Feb 2017 07:33:47 -0600 Subject: [PATCH] Remove security role from user_variables.yml This patch removes a confusing section of `user_variables.yml` that is no longer needed since the security role is applied by default. Closes-bug: 1664824 Change-Id: Iebf59288a8abbf72a961832fed113bbd30cbe77c --- etc/openstack_deploy/user_variables.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/etc/openstack_deploy/user_variables.yml b/etc/openstack_deploy/user_variables.yml index fb7727496f..7494a476f1 100644 --- a/etc/openstack_deploy/user_variables.yml +++ b/etc/openstack_deploy/user_variables.yml @@ -164,11 +164,3 @@ debug: false # All the previous variables are used in a var file, fed to the keepalived role. # To use another file to feed the role, override the following var: # haproxy_keepalived_vars_file: 'vars/configs/keepalived_haproxy.yml' - -## Host security hardening -# The openstack-ansible-security role provides security hardening for hosts -# by applying security configurations from the STIG. Hardening is disabled by -# default, but an option to opt-in is available by setting the following -# variable to 'true'. -# Docs: http://docs.openstack.org/developer/openstack-ansible-security/ -# apply_security_hardening: true