tripleo-heat-templates/releasenotes/notes/security-compliance-f4f7ae077b148af1.yaml
Juan Antonio Osorio Robles cb875d327a Add parameters to configure options in keystone's security_compliance group
These parameters were introduced as strings and will only be configured
if the value is set. This way it respects the $::os_service_default
settings which is the default for all of them.

Depends-On: I089f2e28cce2688ed080096c88ab539393627cfb
Change-Id: I3399129c41054a914bb91417c814cd063ee0c07e
2018-01-04 14:40:51 +02:00

11 lines
459 B
YAML

---
features:
- |
The parameters KeystoneChangePasswordUponFirstUse,
KeystoneDisableUserAccountDaysInactive, KeystoneLockoutDuration,
KeystoneLockoutFailureAttempts, KeystoneMinimumPasswordAge,
KeystonePasswordExpiresDays, KeystonePasswordRegex,
KeystonePasswordRegexDescription, KeystoneUniqueLastPasswordCount were
introduced. They all correspond to keystone configuration options that
belong to the security_compliance group.